My Project
 
Loading...
Searching...
No Matches
Journal::Record Class Reference

#include <journal.h>

Inheritance diagram for Journal::Record:
Collaboration diagram for Journal::Record:

Public Member Functions

 Record ()
 
 Record (Feature feature, int depth)
 
bool operator< (const Record &another)
 
virtual void restoreFromBundle (Bundle *bundle)
 
virtual void storeInBundle (Bundle *bundle)
 
virtual std::string getClassName ()
 

Public Attributes

Feature feature
 
int depth
 

Constructor & Destructor Documentation

◆ Record() [1/2]

Journal::Record::Record ( )
Here is the caller graph for this function:

◆ Record() [2/2]

Journal::Record::Record ( Feature feature,
int depth )

Member Function Documentation

◆ getClassName()

virtual std::string Journal::Record::getClassName ( )
inlinevirtual

◆ operator<()

bool Journal::Record::operator< ( const Record & another)
inline
Here is the call graph for this function:

◆ restoreFromBundle()

void Journal::Record::restoreFromBundle ( Bundle * bundle)
virtual

◆ storeInBundle()

void Journal::Record::storeInBundle ( Bundle * bundle)
virtual

Member Data Documentation

◆ depth

int Journal::Record::depth

◆ feature

Feature Journal::Record::feature

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