ObjectEntry.h
Go to the documentation of this file.
1 // *****************************************************************
2 // Filename: ObjectEntry.h
3 // Copyright: Pedram Azad, Chair Prof. Dillmann (IAIM),
4 // Institute for Computer Science and Engineering (CSE),
5 // University of Karlsruhe. All rights reserved.
6 // Author: Pedram Azad
7 // Date: 2006
8 // *****************************************************************
9 
10 
11 #ifndef _OBJECT_ENTRY_H_
12 #define _OBJECT_ENTRY_H_
13 
14 
15 // *****************************************************************
16 // necessary includes
17 // *****************************************************************
18 
19 #include <string>
20 
21 
22 // *****************************************************************
23 // forward class declarations
24 // *****************************************************************
25 
26 
27 
28 
29 // *****************************************************************
30 // CObjectEntry
31 // *****************************************************************
32 
34 {
35 public:
36  // constructor
37  CObjectEntry(const char *pName, const char *pPath);
38 
39  // destructor
40  ~CObjectEntry();
41 
42 
43  // public methods
44  bool Init();
45 
46 
47  // public attributes
48 
50 
51 
52 private:
53  // private attributes
54 };
55 
56 
57 
58 #endif /* _OBJECT_ENTRY_H_ */
std::string m_sName
Definition: ObjectEntry.h:49
GLsizei const GLchar ** string
Definition: glext.h:3528
CObjectEntry(const char *pName, const char *pPath)


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28