PLearn 0.1
Namespaces | Defines | Functions
pl_repository_revision.cc File Reference
#include <plearn/base/RemoteDeclareMethod.h>
#include "pl_repository_revision.h"
Include dependency graph for pl_repository_revision.cc:

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")))

Detailed Description

Definition in file pl_repository_revision.cc.


Define Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines