|
fipa_acl
1.4
|
#include <role.h>
Inherits fipa::acl::Role.
Public Member Functions | |
| UndefinedRole () | |
Public Member Functions inherited from fipa::acl::Role | |
| Role () | |
| Role (const RoleId &id) | |
| Role (const Role &) | |
| RoleId | getId () const |
| std::string | toString () const |
| bool | operator< (const Role &other) const |
| bool | operator!= (const Role &other) const |
| bool | operator== (const Role &other) const |
| Role & | operator= (const Role &other) |
Additional Inherited Members | |
Static Public Member Functions inherited from fipa::acl::Role | |
| static const Role | self () |
Static Protected Attributes inherited from fipa::acl::Role | |
| static const RoleId | UNDEFINED_ID = "__undefined__" |
| static const RoleId | SELF_ID ="__self__" |
1.8.11