LibMusicXML 3.22
Public Types | Static Public Member Functions | List of all members
smartlist< T, L > Class Template Reference
Inheritance diagram for smartlist< T, L >:
smartable

Public Types

typedef SMARTP< smartlist< T > > ptr
 

Static Public Member Functions

static ptr create ()
 

Additional Inherited Members

- 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

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