LibMusicXML 3.18
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
timingItem Class Reference
Inheritance diagram for timingItem:
smartable

Public Types

enum  timingItemKind { kMandatory , kOptional }
 

Public Member Functions

 timingItem (std::string activity, std::string description, timingItemKind kind, std::clock_t startClock, std::clock_t endClock)
 
- Public Member Functions inherited from smartable
unsigned refs () const
 gives the reference count of the object
 
void addReference ()
 addReference increments the ref count and checks for refCount overflow
 
void removeReference ()
 removeReference delete the object when refCount is zero

 

Static Public Member Functions

static SMARTP< timingItemcreateTimingItem (std::string activity, std::string description, timingItemKind kind, std::clock_t startClock, std::clock_t endClock)
 

Public Attributes

std::string fActivity
 
std::string fDescription
 
timingItemKind fKind
 
clock_t fStartClock
 
clock_t fEndClock
 

Additional Inherited Members

- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)