Module rdBase
[hide private]
[frames] | no frames]

Module rdBase



Module containing basic definitions for wrapped C++ code
No user-serviceable parts inside.



Classes [hide private]
  _listSt6vectorIiSaIiEE
  _listi
  _vectSs
  _vectSt6vectorIdSaIdEE
  _vectSt6vectorIiSaIiEE
  _vectSt6vectorIjSaIjEE
  _vectd
  _vecti
  _vectj
Functions [hide private]
 
AttachFileToLog(...)
Causes the log to write to a file...
source code
 
DisableLog(...)
C++ signature:...
source code
 
EnableLog(...)
C++ signature:...
source code
 
LogMessage(...)
C++ signature:...
source code
 
_version(...)
C++ signature:...
Function Details [hide private]

AttachFileToLog(...)

source code 
Causes the log to write to a file
C++ signature:
    AttachFileToLog(std::string spec, std::string filename, int delay=100) -> void*

DisableLog(...)

source code 
C++ signature:
DisableLog(std::string) -> void*

EnableLog(...)

source code 
C++ signature:
EnableLog(std::string) -> void*

LogMessage(...)

source code 
C++ signature:
LogMessage(std::string, std::string) -> void*

_version(...)

 
C++ signature:
_version(void) -> std::string