#include <stdlib.h>#include <stdio.h>#include <string.h>#include <limits.h>#include <float.h>Go to the source code of this file.
Compounds | |
| class | ConfigSource |
Defines | |
| #define | _CONFIGSOURCE_H__INCLUDED_ |
| #define | MAX_LINE_LENGTH 1024 |
| #define | MAX_TOKEN_LENGTH 100 |
| #define | CS_MODE_COMMAND 0 |
Enumerations | |
| enum | COMFILE_STATE { COMFILE_ERROR = -2, COMFILE_EOF = -1, COMFILE_GOOD = 0 } |
|
|
Definition at line 6 of file configsource.h. |
|
|
Definition at line 24 of file configsource.h. Referenced by ConfigSource::ConfigSource(), and ConfigSource::Load(). |
|
|
Definition at line 20 of file configsource.h. Referenced by ConfigSource::Load(), and TComFileParser::ReadLine(). |
|
|
Definition at line 22 of file configsource.h. |
|
|
Definition at line 29 of file configsource.h. |
1.3-rc3