|
CAPD::DynSys Library
6.0.0
|
Files | |
| file | AdvStopwatch.h |
| file | clock.h |
| file | commandLineArgs.h |
| file | CRef.h |
| file | Functor.h |
| file | memSize.h |
| file | ofstreamcout.h |
| file | skipCommentsIstream.h |
| file | Stopwatch.h |
| file | stringOstream.h |
| file | ofstreamcout.cpp |
| file | skipCommentsIstream.cpp |
Classes | |
| class | AdvStopwatch |
| class | CRef< T > |
| class | ofstreamcout |
| class | SkipCommentsIstream |
| class | Stopwatch |
Macros | |
| #define | setupCommandLineArgs |
| #define | declareCommandLineArg(type, name, value) |
| #define | assignCommandLineArgValue(name) |
| #define | getCommandLineFile(i) _CAPD_COMMANDLINEARGS_getFile(i,_command_line_args_) |
| #define | getCommandLineFileCount() _CAPD_COMMANDLINEARGS_fileCount(_command_line_args_) |
| #define | getValueCountAndArg(value) _CAPD_COMMANDLINEARGS_valCount(value,_command_line_args_) |
| #define | showCommandLineArgs |
Typedefs | |
| typedef std::map< std::string, std::string > | OptionMapType |
| typedef std::string::size_type | IndexType |
Functions | |
| long double | getWorldSeconds () |
| double | getProcessSeconds () |
| double | Clock () |
| void | _CAPD_COMMANDLINEARGS_decomposeArgv (int argc, char **argv, OptionMapType &A_m) |
| std::pair< int, std::string > | _CAPD_COMMANDLINEARGS_valCount (const std::string &A_val, OptionMapType &A_m) |
| int | _CAPD_COMMANDLINEARGS_fileCount (OptionMapType &A_m) |
| std::string | _CAPD_COMMANDLINEARGS_getFile (int i, OptionMapType &A_m) |
| unsigned long int | memSize () |
| SkipCommentsIstream & | operator>> (SkipCommentsIstream &A_in, char &A_c) |
| template<typename T > | |
| SkipCommentsIstream & | operator>> (SkipCommentsIstream &A_in, T &A_t) |
| template<typename T > | |
| std::string & | operator<< (std::string &s, const T &t) |
| double | random (double d) |
| returns pseudo-random double number from [0,d) More... | |
| int | random (int d) |
| returns pseudo-random integer number from [0,d) More... | |
| void | randomStart (int n=0) |
| initializes pseudo-random numbers generator More... | |
Variables | |
| ofstreamcout | fcout |
| #define assignCommandLineArgValue | ( | name | ) |
| #define declareCommandLineArg | ( | type, | |
| name, | |||
| value | |||
| ) |
| #define getCommandLineFile | ( | i | ) | _CAPD_COMMANDLINEARGS_getFile(i,_command_line_args_) |
| #define getCommandLineFileCount | ( | ) | _CAPD_COMMANDLINEARGS_fileCount(_command_line_args_) |
| #define getValueCountAndArg | ( | value | ) | _CAPD_COMMANDLINEARGS_valCount(value,_command_line_args_) |
| #define setupCommandLineArgs |
| #define showCommandLineArgs |
| typedef std::string::size_type IndexType |
| typedef std::map<std::string,std::string> OptionMapType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| unsigned long int memSize | ( | ) |
| std::string& operator<< | ( | std::string & | s, |
| const T & | t | ||
| ) |
| SkipCommentsIstream & operator>> | ( | SkipCommentsIstream & | A_in, |
| char & | A_c | ||
| ) |
| SkipCommentsIstream & operator>> | ( | SkipCommentsIstream & | A_in, |
| T & | A_t | ||
| ) |
|
inline |
returns pseudo-random double number from [0,d)
|
inline |
returns pseudo-random integer number from [0,d)
|
inline |
initializes pseudo-random numbers generator
| ofstreamcout fcout |