cisst-saw
Loading...
Searching...
No Matches
cmnForwardDeclarations.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4/*
5
6 Author(s): Anton Deguet
7 Created on: 2010-03-19
8
9 (C) Copyright 2010 Johns Hopkins University (JHU), All Rights
10 Reserved.
11
12--- begin cisst license - do not edit ---
13
14This software is provided "as is" under an open source license, with
15no warranty. The complete license can be found in license.txt and
16http://www.cisst.org/cisst/license.txt.
17
18--- end cisst license ---
19
20*/
21
22#pragma once
23
24#ifndef _cmnForwardDeclarations_h
25#define _cmnForwardDeclarations_h
26
27#include <string>
28
30
32
33class cmnDeSerializer;
34
36
37class cmnLogger;
38
39template <class _element, class _trait = std::char_traits<_element> >
41
43
45
46class cmnPath;
47
48class cmnSerializer;
49
50class cmnTokenizer;
51
52
53#endif // _cmnForwardDeclarations_h
54
Main register for classes.
Definition cmnClassRegister.h:97
Base class for class services.
Definition cmnClassServicesBase.h:46
De-serialization utility class.
Definition cmnDeSerializer.h:177
Base class for high level objects.
Definition cmnGenericObject.h:53
Types for dynamic control of output messages.
Definition cmnLODOutputMultiplexer.h:72
Class to glue the class register, the output multiplexer and the message level of detail to form the ...
Definition cmnLogger.h:242
Types for dynamic control of output messages.
Definition cmnMultiplexerStreambufProxy.h:88
Object Register.
Definition cmnObjectRegister.h:62
Search path to find a file. This class contains a list of directories used to locate a file.
Definition cmnPath.h:66
Serialization utility class.
Definition cmnSerializer.h:162
Definition cmnTokenizer.h:66