commore  1.0.6-SNAPSHOT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GlobVar.cpp File Reference
#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::Implget_glob_var_impl_ (const Symbol &module, const Symbol &name, int type)
 
GlobVarModuleget_glob_var_module (const Symbol &module)
 
Symbol extract_unit_name (const AChar *source_file_name)
 

Enumeration Type Documentation

Enumerator
GlobVarBoolType 
GlobVarIntType 
GlobVarLogType 

Function Documentation

CMR_FILE_DECLARE ( )
Symbol extract_unit_name ( const AChar source_file_name)
GlobVar::Impl* get_glob_var_impl_ ( const Symbol module,
const Symbol name,
int  type 
)
GlobVarModule* get_glob_var_module ( const Symbol module)