#include <pg_ent.h>
Classes | |
| union | Value |
Public Types | |
| enum | ValueType { TYPE_S32, TYPE_R32, TYPE_STRING } |
Public Member Functions | |
| pgEnt * | getPrevN () const |
| pgEnt * | getNextN () const |
|
const pgStr< char, MAX_NAME_LENGTH > & | getName () const |
| u16 | getValueNum () const |
| ValueType | getValueType (u16 index) const |
| s32 | getValue_s32 (u16 index) const |
| r32 | getValue_r32 (u16 index) const |
| const char * | getValue_string (u16 index) const |
Static Public Attributes | |
| static const u32 | MAX_NAME_LENGTH = 20 |
Friends | |
| class | pgConf |
1.5.8