#include <BrOrgCheckCmd.H>
Inheritance diagram for BrOrgCheckCmd:
Public Member Functions | |
BrOrgCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_organization (const string &id, const string &organization) |
Inserts an Organization attribute. | |
map< string, string, less< string > > | get_organization_list () |
Returns the Organization List. | |
void | reset () |
reset attributes | |
Protected Attributes | |
map< string, string, less< string > > | _organization_list |
map with organization attribute |
|
Returns the Organization List.
|
|
Inserts an Organization attribute.
|