cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
cisst
cisstCommon
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
14
This software is provided "as is" under an open source license, with
15
no warranty. The complete license can be found in license.txt and
16
http://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
29
class
cmnClassRegister
;
30
31
class
cmnClassServicesBase
;
32
33
class
cmnDeSerializer
;
34
35
class
cmnGenericObject
;
36
37
class
cmnLogger
;
38
39
template
<
class
_element,
class
_trait = std::
char
_traits<_element> >
40
class
cmnMultiplexerStreambufProxy
;
41
42
class
cmnLODOutputMultiplexer
;
43
44
class
cmnObjectRegister
;
45
46
class
cmnPath
;
47
48
class
cmnSerializer
;
49
50
class
cmnTokenizer
;
51
52
53
#endif
// _cmnForwardDeclarations_h
54
cmnClassRegister
Main register for classes.
Definition
cmnClassRegister.h:97
cmnClassServicesBase
Base class for class services.
Definition
cmnClassServicesBase.h:46
cmnDeSerializer
De-serialization utility class.
Definition
cmnDeSerializer.h:177
cmnGenericObject
Base class for high level objects.
Definition
cmnGenericObject.h:53
cmnLODOutputMultiplexer
Types for dynamic control of output messages.
Definition
cmnLODOutputMultiplexer.h:72
cmnLogger
Class to glue the class register, the output multiplexer and the message level of detail to form the ...
Definition
cmnLogger.h:242
cmnMultiplexerStreambufProxy
Types for dynamic control of output messages.
Definition
cmnMultiplexerStreambufProxy.h:88
cmnObjectRegister
Object Register.
Definition
cmnObjectRegister.h:62
cmnPath
Search path to find a file. This class contains a list of directories used to locate a file.
Definition
cmnPath.h:66
cmnSerializer
Serialization utility class.
Definition
cmnSerializer.h:162
cmnTokenizer
Definition
cmnTokenizer.h:66
Generated by
1.18.0