PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | TO_STRING(s) #s |
#define | MACRO_TO_STRING(s) TO_STRING(s) |
Functions | |
string | PLearn::pl_repository_revision () |
Return a string giving the version-control repository revision(s) with which this PLearn executable has been compiled. | |
string | PLearn::pl_repository_compile_date () |
Return the date when pl_repository_revision.cc was compiled. | |
string | PLearn::pl_repository_compile_time () |
Return the time when pl_repository_revision.cc was compiled. | |
BEGIN_DECLARE_REMOTE_FUNCTIONS | PLearn::declareFunction ("pl_repository_revision",&pl_repository_revision,(BodyDoc("Return a string giving the version-control repository revision(s)\n""with which this PLearn executable has been compiled.\n"))) |
Definition in file pl_repository_revision.cc.
#define MACRO_TO_STRING | ( | s | ) | TO_STRING(s) |
Definition at line 46 of file pl_repository_revision.cc.
Referenced by PLearn::pl_repository_revision().
#define TO_STRING | ( | s | ) | #s |
Definition at line 45 of file pl_repository_revision.cc.