CLAM-Development
1.4.0
|
A description scope defines a set of attributes which have the same ocurrences. More...
#include <DescriptionScope.hxx>
Public Member Functions | |
SchemaError (const std::string &msg) | |
![]() | |
Err () throw () | |
Err (const char *msg) throw () | |
Err (const Err &) throw () | |
virtual | ~Err () throw () |
void | Print (void) const throw () |
virtual const char * | what () const throw () |
void | Embed (const std::exception &) throw () |
void | Embed (const char *str) throw () |
Additional Inherited Members | |
![]() | |
char * | mMsg |
A description scope defines a set of attributes which have the same ocurrences.
For example, some attributes will have one occurrence by each note, while some others will have one occurrence by each frame. Thus, we talk about Frame scope, Note scope...
At least that you were modifying the DescriptionScheme and DescriptionDataPool implementations, or something related, you shouldn't use this class directly, use DescriptionScheme instead.
Definition at line 45 of file DescriptionScope.hxx.
|
inline |
Definition at line 48 of file DescriptionScope.hxx.