Public Member Functions | Private Attributes
rms::study_log Class Reference

#include <study_log.h>

List of all members.

Public Member Functions

std::string get_entry ()
int get_expid ()
int get_logid ()
std::string get_timestamp ()
 study_log (int logid, int expid, std::string timestamp, std::string entry)

Private Attributes

std::string entry
int expid
int logid
std::string timestamp

Detailed Description

A study_log object to store information on a study log entry in the RMS.

Definition at line 28 of file study_log.h.


Constructor & Destructor Documentation

study_log::study_log ( int  logid,
int  expid,
std::string  timestamp,
std::string  entry 
)

Create a study_log with the given information.

Parameters:
logidthe study log entry ID number
expidthe experiment ID number for the log entry
timestampthe timestamp of the entry in the form YYYY-MM-DD HH:MM:SS
entrythe log entry

Definition at line 16 of file study_log.cpp.


Member Function Documentation

Get the the log entry.

Returns:
the log entry

Definition at line 40 of file study_log.cpp.

Get the experiment ID number for the log entry.

Returns:
the experiment ID number for the log entry

Definition at line 30 of file study_log.cpp.

Get the study log entry ID number.

Returns:
the the study log entry ID number

Definition at line 25 of file study_log.cpp.

Get the timestamp of the entry in the form YYYY-MM-DD HH:MM:SS.

Returns:
the timestamp of the entry in the form YYYY-MM-DD HH:MM:SS

Definition at line 35 of file study_log.cpp.


Member Data Documentation

std::string rms::study_log::entry [private]

the timestamp and entry

Definition at line 68 of file study_log.h.

int rms::study_log::expid [private]

the log and experiment ID numbers

Definition at line 67 of file study_log.h.

int rms::study_log::logid [private]

Definition at line 67 of file study_log.h.

std::string rms::study_log::timestamp [private]

Definition at line 68 of file study_log.h.


The documentation for this class was generated from the following files:


rmscpp
Author(s): Russell Toris
autogenerated on Sat Dec 28 2013 17:08:58