LibMusicXML 3.22
TXMLFile Class Reference
Inheritance diagram for TXMLFile:
smartable

Public Member Functions

TXMLDeclgetXMLDecl ()
 
TDocTypegetDocType ()
 
Sxmlelement elements ()
 
void set (Sxmlelement root)
 
void set (TXMLDecl *dec)
 
void set (TDocType *dt)
 
void print (std::ostream &s)
 
- 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< TXMLFilecreate ()
 

Additional Inherited Members

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