OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
authpb::Role Class Reference

#include <auth.pb.h>

Inheritance diagram for authpb::Role:
Collaboration diagram for authpb::Role:

Public Member Functions

 Role ()
 
virtual ~Role ()
 
 Role (const Role &from)
 
Roleoperator= (const Role &from)
 
void Swap (Role *other)
 
RoleNew () const PROTOBUF_FINAL
 
RoleNew (::google::protobuf::Arena *arena) const PROTOBUF_FINAL
 
void CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void CopyFrom (const Role &from)
 
void MergeFrom (const Role &from)
 
void Clear () PROTOBUF_FINAL
 
bool IsInitialized () const PROTOBUF_FINAL
 
size_t ByteSizeLong () const PROTOBUF_FINAL
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
 
int GetCachedSize () const PROTOBUF_FINAL
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
int keypermission_size () const
 
void clear_keypermission ()
 
const ::authpb::Permissionkeypermission (int index) const
 
::authpb::Permissionmutable_keypermission (int index)
 
::authpb::Permissionadd_keypermission ()
 
::google::protobuf::RepeatedPtrField
< ::authpb::Permission > * 
mutable_keypermission ()
 
const
::google::protobuf::RepeatedPtrField
< ::authpb::Permission > & 
keypermission () 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 void *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const Roledefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Roleinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kKeyPermissionFieldNumber = 2
 
static const int kNameFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (Role *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_auth_2eproto::InitDefaultsRoleImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField
< ::authpb::Permission
keypermission_
 
::google::protobuf::internal::ArenaStringPtr name_
 
int _cached_size_
 

Friends

struct ::protobuf_auth_2eproto::TableStruct
 
void swap (Role &a, Role &b)
 

Detailed Description

Definition at line 382 of file auth.pb.h.

Constructor & Destructor Documentation

authpb::Role::Role ( )

Definition at line 848 of file auth.pb.cc.

Here is the call graph for this function:

authpb::Role::~Role ( )
virtual

Definition at line 874 of file auth.pb.cc.

Here is the call graph for this function:

authpb::Role::Role ( const Role from)

Definition at line 856 of file auth.pb.cc.

Here is the call graph for this function:

Member Function Documentation

authpb::Permission * authpb::Role::add_keypermission ( )
inline

Definition at line 829 of file auth.pb.h.

size_t authpb::Role::ByteSizeLong ( ) const

Definition at line 1026 of file auth.pb.cc.

Here is the call graph for this function:

void authpb::Role::Clear ( )

Definition at line 906 of file auth.pb.cc.

void authpb::Role::clear_keypermission ( )
inline

Definition at line 818 of file auth.pb.h.

void authpb::Role::clear_name ( )
inline

Definition at line 762 of file auth.pb.h.

void authpb::Role::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 1089 of file auth.pb.cc.

Here is the call graph for this function:

void authpb::Role::CopyFrom ( const Role from)

Definition at line 1096 of file auth.pb.cc.

Here is the call graph for this function:

const Role & authpb::Role::default_instance ( )
static

Definition at line 893 of file auth.pb.cc.

Here is the call graph for this function:

const ::google::protobuf::Descriptor * authpb::Role::descriptor ( )
static

Definition at line 888 of file auth.pb.cc.

Here is the call graph for this function:

inline ::google::protobuf::Arena* authpb::Role::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 450 of file auth.pb.h.

int authpb::Role::GetCachedSize ( ) const
inline

Definition at line 443 of file auth.pb.h.

google::protobuf::Metadata authpb::Role::GetMetadata ( ) const

Definition at line 1119 of file auth.pb.cc.

Here is the call graph for this function:

void authpb::Role::InitAsDefaultInstance ( )
static

Definition at line 841 of file auth.pb.cc.

static const Role* authpb::Role::internal_default_instance ( )
inlinestatic

Definition at line 412 of file auth.pb.h.

google::protobuf::uint8 * authpb::Role::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const

Definition at line 996 of file auth.pb.cc.

Here is the call graph for this function:

void authpb::Role::InternalSwap ( Role other)
private

Definition at line 1111 of file auth.pb.cc.

bool authpb::Role::IsInitialized ( ) const

Definition at line 1103 of file auth.pb.cc.

const ::authpb::Permission & authpb::Role::keypermission ( int  index) const
inline

Definition at line 821 of file auth.pb.h.

const ::google::protobuf::RepeatedPtrField<::authpb::Permission > & authpb::Role::keypermission ( ) const
inline

Definition at line 839 of file auth.pb.h.

int authpb::Role::keypermission_size ( ) const
inline

Definition at line 815 of file auth.pb.h.

void* authpb::Role::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 453 of file auth.pb.h.

void authpb::Role::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 1060 of file auth.pb.cc.

void authpb::Role::MergeFrom ( const Role from)

Definition at line 1075 of file auth.pb.cc.

Here is the call graph for this function:

bool authpb::Role::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 917 of file auth.pb.cc.

Here is the call graph for this function:

authpb::Permission * authpb::Role::mutable_keypermission ( int  index)
inline

Definition at line 825 of file auth.pb.h.

google::protobuf::RepeatedPtrField<::authpb::Permission > * authpb::Role::mutable_keypermission ( )
inline

Definition at line 834 of file auth.pb.h.

std::string * authpb::Role::mutable_name ( )
inline

Definition at line 794 of file auth.pb.h.

const ::std::string & authpb::Role::name ( ) const
inline

Definition at line 765 of file auth.pb.h.

Role* authpb::Role::New ( ) const
inline

Definition at line 426 of file auth.pb.h.

Here is the call graph for this function:

Role * authpb::Role::New ( ::google::protobuf::Arena *  arena) const

Definition at line 898 of file auth.pb.cc.

Here is the call graph for this function:

Role& authpb::Role::operator= ( const Role from)
inline

Definition at line 389 of file auth.pb.h.

Here is the call graph for this function:

std::string * authpb::Role::release_name ( )
inline

Definition at line 799 of file auth.pb.h.

void authpb::Role::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 970 of file auth.pb.cc.

Here is the call graph for this function:

void authpb::Role::set_allocated_name ( ::std::string *  name)
inline

Definition at line 804 of file auth.pb.h.

void authpb::Role::set_name ( const ::std::string &  value)
inline

Definition at line 769 of file auth.pb.h.

void authpb::Role::set_name ( const char *  value)
inline

Definition at line 782 of file auth.pb.h.

void authpb::Role::set_name ( const void *  value,
size_t  size 
)
inline

Definition at line 788 of file auth.pb.h.

void authpb::Role::SetCachedSize ( int  size) const
private

Definition at line 883 of file auth.pb.cc.

void authpb::Role::SharedCtor ( )
private

Definition at line 869 of file auth.pb.cc.

void authpb::Role::SharedDtor ( )
private

Definition at line 879 of file auth.pb.cc.

void authpb::Role::Swap ( Role other)

Definition at line 1107 of file auth.pb.cc.

Here is the call graph for this function:

authpb::Role::void::protobuf_auth_2eproto::InitDefaultsRoleImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_auth_2eproto::TableStruct
friend

Definition at line 497 of file auth.pb.h.

void swap ( Role a,
Role b 
)
friend

Definition at line 420 of file auth.pb.h.

Member Data Documentation

int authpb::Role::_cached_size_
mutableprivate

Definition at line 496 of file auth.pb.h.

::google::protobuf::internal::InternalMetadataWithArena authpb::Role::_internal_metadata_
private

Definition at line 493 of file auth.pb.h.

::google::protobuf::RepeatedPtrField< ::authpb::Permission > authpb::Role::keypermission_
private

Definition at line 494 of file auth.pb.h.

PROTOBUF_CONSTEXPR int const authpb::Role::kIndexInFileMessages
static
Initial value:
=
2

Definition at line 416 of file auth.pb.h.

const int authpb::Role::kKeyPermissionFieldNumber = 2
static

Definition at line 467 of file auth.pb.h.

const int authpb::Role::kNameFieldNumber = 1
static

Definition at line 478 of file auth.pb.h.

::google::protobuf::internal::ArenaStringPtr authpb::Role::name_
private

Definition at line 495 of file auth.pb.h.


The documentation for this class was generated from the following files: