#include <iostream>#include <map>#include <string>#include <vector>#include "K3dString.h"Go to the source code of this file.
Typedefs | |
| typedef std::map< std::string, int > | TStrIntMap |
| typedef std::pair< std::string, int > | TStrIntPair |
| typedef std::map< int, int > | TIntIntMap |
| typedef std::pair< int, int > | TIntIntPair |
| typedef std::map< int, float > | TIntFloatMap |
| typedef std::pair< int, float > | TIntFloatPair |
| typedef std::map< float, int > | TFloatIntMap |
| typedef std::pair< float, int > | TFloatIntPair |
| typedef std::vector< std::string > | TStringArray |
| typedef std::vector< K3dString > | TStrArray |
| typedef vector< const char * > | TStrCharArray |
| typedef vector< int > | TIntArray |
| typedef vector< void * > | TVoidArray |
| typedef vector< bool > | TBoolArray |
| typedef std::map< void *, bool > | TVoidBoolMap |
| typedef std::pair< void *, bool > | TVoidBoolPair |
K3dEngine 1.0 - OpenGL Game Engine http://sourceforge.net/projects/kengine/
07.01.19 - First version
Definition in file K3dTypedef.h.
| typedef vector<bool> TBoolArray |
Definition at line 55 of file K3dTypedef.h.
| typedef std::map<float, int> TFloatIntMap |
Definition at line 48 of file K3dTypedef.h.
| typedef std::pair<float, int> TFloatIntPair |
Definition at line 49 of file K3dTypedef.h.
| typedef vector<int> TIntArray |
Definition at line 53 of file K3dTypedef.h.
| typedef std::map<int, float> TIntFloatMap |
Definition at line 46 of file K3dTypedef.h.
| typedef std::pair<int, float> TIntFloatPair |
Definition at line 47 of file K3dTypedef.h.
| typedef std::map<int, int> TIntIntMap |
Definition at line 44 of file K3dTypedef.h.
| typedef std::pair<int, int> TIntIntPair |
Definition at line 45 of file K3dTypedef.h.
Definition at line 51 of file K3dTypedef.h.
| typedef vector<const char*> TStrCharArray |
Definition at line 52 of file K3dTypedef.h.
| typedef std::vector<std::string> TStringArray |
Definition at line 50 of file K3dTypedef.h.
| typedef std::map<std::string, int> TStrIntMap |
Definition at line 42 of file K3dTypedef.h.
| typedef std::pair<std::string, int> TStrIntPair |
Definition at line 43 of file K3dTypedef.h.
| typedef vector<void*> TVoidArray |
Definition at line 54 of file K3dTypedef.h.
| typedef std::map<void*, bool> TVoidBoolMap |
Definition at line 56 of file K3dTypedef.h.
| typedef std::pair<void*, bool> TVoidBoolPair |
Definition at line 57 of file K3dTypedef.h.
1.5.0