commore
1.0.6-SNAPSHOT
|
#include <ctype.h>
#include <string.h>
#include "commore/CriticalSection.h"
#include "commore/IOBStream.h"
#include "commore/AString.h"
#include "commore/Symbol.h"
#include "commore/Error.h"
#include "commore/GlobVar.h"
#include "commore/List.h"
#include "commore/Path.h"
Classes | |
class | commore::GlobVar::Impl |
struct | GlobVarModule |
struct | UnAssigedGlobVarLog |
Enumerations | |
enum | GlobVarType { GlobVarBoolType, GlobVarIntType, GlobVarLogType } |
Functions | |
CMR_FILE_DECLARE () | |
GlobVar::Impl * | get_glob_var_impl_ (const Symbol &module, const Symbol &name, int type) |
GlobVarModule * | get_glob_var_module (const Symbol &module) |
Symbol | extract_unit_name (const AChar *source_file_name) |
enum GlobVarType |
CMR_FILE_DECLARE | ( | ) |
GlobVar::Impl* get_glob_var_impl_ | ( | const Symbol & | module, |
const Symbol & | name, | ||
int | type | ||
) |
GlobVarModule* get_glob_var_module | ( | const Symbol & | module | ) |