XLE
v0.02.0
|
Classes | |
class | Profile |
Public Member Functions | |
Section | GetName () const |
DocScopeId | GetId () const |
const ParameterSet & | GetParams () const |
unsigned | GetProfileCount () const |
const Profile & | GetProfile (unsigned index) const |
const Profile * | FindProfile (const utf8 name[]) const |
Effect (Formatter &formatter) | |
Effect (Effect &&moveFrom) never_throws | |
Effect & | operator= (Effect &&moveFrom) never_throws |
Public Attributes | |
SubDoc | _extra |
Protected Attributes | |
Section | _name |
DocScopeId | _id |
ParameterSet | _params |
std::vector< Profile > | _profiles |