#include <mxmConfigSection.h>
Inheritance diagram for mxmConfigSection::Profile:
Public Member Functions | |
Profile (const mxmString &profile_name, bool case_insensitive_keys) | |
const mxmString & | name (void) |
void | setName (mxmString const &new_name) |
mxmPerlStyleHash & | keys (void) |
int | size (void) |
Private Attributes | |
mxmString | Name |
mxmPerlStyleHash | Keys |