#include <BrOrgCheckCmd.H>
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 () const |
Returns the Organization List. | |
void | reset () |
reset attributes | |
Protected Attributes | |
map< string, string, less < string > > | _organization_list |
map with organization attribute |
map< string, string, less<string> > BrOrgCheckCmd::get_organization_list | ( | ) | const [inline] |
Returns the Organization List.
References _organization_list.
Referenced by cmd_brorg_check().
void BrOrgCheckCmd::insert_organization | ( | const string & | id, | |
const string & | organization | |||
) | [inline] |
Inserts an Organization attribute.
id | Object Id | |
organization | Organization Identifier |
References _organization_list.
Referenced by cmd_brorg_check().