VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwClassDocumenation.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwClassDocumenation.h,v $ $Revision: 1.3 $ $State: Exp $
7 ** Created: 4/4/07 MEM
8 *******************************************************************************/
9 
10 //
11 // File: rwClassDocumenation.h
12 //
13 // Class: DtReaderWriterClassDocumentation
14 //
15 // Description: This class holds the documenatation associated with a given
16 // DtReaderWriter class.
17 //
18 
19 #ifndef rwClassDocumenation_H_
20 #define rwClassDocumenation_H_
21 #include <vrvUtil/signalslib.h>
22 
23 #include <map>
24 #include <vector>
25 #include <vlutil/vlString.h>
26 
27 // Documenation associated with a single data member in a DtReaderWriter class.
29 {
30 public:
36 
43 };
44 
45 typedef std::map<DtString, DtReaderWriterClassMemberDataRecord> DtClassMemberDataMap;
46 typedef std::vector<DtString> DtParentClassTypeList;
47 
48 // Documentation record for a given DtReaderWriter class.
50 {
51 public:
52 
54 
56 
59 
61 
66 };
67 
68 
69 
70 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)