|
| Role () |
|
virtual | ~Role () |
|
| Role (const Role &from) |
|
Role & | operator= (const Role &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (Role *other) |
|
Role * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const Role &from) |
|
void | MergeFrom (const Role &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_id () const |
|
void | clear_id () |
|
inline::google::protobuf::uint32 | id () const |
|
void | set_id (::google::protobuf::uint32 value) |
|
bool | has_name () const |
|
void | clear_name () |
|
const ::std::string & | name () const |
|
void | set_name (const ::std::string &value) |
|
void | set_name (const char *value) |
|
void | set_name (const char *value, size_t size) |
|
inline::std::string * | mutable_name () |
|
inline::std::string * | release_name () |
|
void | set_allocated_name (::std::string *name) |
|
int | privilege_size () const |
|
void | clear_privilege () |
|
const ::std::string & | privilege (int index) const |
|
inline::std::string * | mutable_privilege (int index) |
|
void | set_privilege (int index, const ::std::string &value) |
|
void | set_privilege (int index, const char *value) |
|
void | set_privilege (int index, const char *value, size_t size) |
|
inline::std::string * | add_privilege () |
|
void | add_privilege (const ::std::string &value) |
|
void | add_privilege (const char *value) |
|
void | add_privilege (const char *value, size_t size) |
|
const
::google::protobuf::RepeatedPtrField
< ::std::string > & | privilege () const |
|
inline::google::protobuf::RepeatedPtrField
< ::std::string > * | mutable_privilege () |
|
int | assignable_role_size () const |
|
void | clear_assignable_role () |
|
inline::google::protobuf::uint32 | assignable_role (int index) const |
|
void | set_assignable_role (int index,::google::protobuf::uint32 value) |
|
void | add_assignable_role (::google::protobuf::uint32 value) |
|
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & | assignable_role () const |
|
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * | mutable_assignable_role () |
|
bool | has_required () const |
|
void | clear_required () |
|
bool | required () const |
|
void | set_required (bool value) |
|
bool | has_unique () const |
|
void | clear_unique () |
|
bool | unique () const |
|
void | set_unique (bool value) |
|
bool | has_relegation_role () const |
|
void | clear_relegation_role () |
|
inline::google::protobuf::uint32 | relegation_role () const |
|
void | set_relegation_role (::google::protobuf::uint32 value) |
|
int | attribute_size () const |
|
void | clear_attribute () |
|
const ::bgs::protocol::Attribute & | attribute (int index) const |
|
inline::bgs::protocol::Attribute * | mutable_attribute (int index) |
|
inline::bgs::protocol::Attribute * | add_attribute () |
|
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::Attribute > & | attribute () const |
|
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::Attribute > * | mutable_attribute () |
|
int | kickable_role_size () const |
|
void | clear_kickable_role () |
|
inline::google::protobuf::uint32 | kickable_role (int index) const |
|
void | set_kickable_role (int index,::google::protobuf::uint32 value) |
|
void | add_kickable_role (::google::protobuf::uint32 value) |
|
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & | kickable_role () const |
|
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * | mutable_kickable_role () |
|
int | removable_role_size () const |
|
void | clear_removable_role () |
|
inline::google::protobuf::uint32 | removable_role (int index) const |
|
void | set_removable_role (int index,::google::protobuf::uint32 value) |
|
void | add_removable_role (::google::protobuf::uint32 value) |
|
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & | removable_role () const |
|
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * | mutable_removable_role () |
|
| Message () |
|
virtual | ~Message () |
|
virtual void | CopyFrom (const Message &from) |
|
virtual void | MergeFrom (const Message &from) |
|
void | CheckInitialized () const |
|
void | FindInitializationErrors (vector< string > *errors) const |
|
string | InitializationErrorString () const |
|
virtual void | DiscardUnknownFields () |
|
virtual int | SpaceUsed () const |
|
string | DebugString () const |
|
string | ShortDebugString () const |
|
string | Utf8DebugString () const |
|
void | PrintDebugString () const |
|
bool | ParseFromFileDescriptor (int file_descriptor) |
|
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
|
bool | ParseFromIstream (istream *input) |
|
bool | ParsePartialFromIstream (istream *input) |
|
bool | SerializeToFileDescriptor (int file_descriptor) const |
|
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
|
bool | SerializeToOstream (ostream *output) const |
|
bool | SerializePartialToOstream (ostream *output) const |
|
virtual string | GetTypeName () const |
|
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
|
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
|
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
|
const Descriptor * | GetDescriptor () const |
|
virtual const Reflection * | GetReflection () const |
|
| MessageLite () |
|
virtual | ~MessageLite () |
|
bool | ParseFromCodedStream (io::CodedInputStream *input) |
|
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
|
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParseFromString (const string &data) |
|
bool | ParsePartialFromString (const string &data) |
|
bool | ParseFromArray (const void *data, int size) |
|
bool | ParsePartialFromArray (const void *data, int size) |
|
bool | MergeFromCodedStream (io::CodedInputStream *input) |
|
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
|
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
|
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
|
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
|
bool | SerializeToString (string *output) const |
|
bool | SerializePartialToString (string *output) const |
|
bool | SerializeToArray (void *data, int size) const |
|
bool | SerializePartialToArray (void *data, int size) const |
|
string | SerializeAsString () const |
|
string | SerializePartialAsString () const |
|
bool | AppendToString (string *output) const |
|
bool | AppendPartialToString (string *output) const |
|
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
|