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

#include <auth.pb.h>

Inheritance diagram for authpb::User:
Collaboration diagram for authpb::User:

Public Member Functions

 User ()
 
virtual ~User ()
 
 User (const User &from)
 
Useroperator= (const User &from)
 
void Swap (User *other)
 
UserNew () const PROTOBUF_FINAL
 
UserNew (::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 User &from)
 
void MergeFrom (const User &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 roles_size () const
 
void clear_roles ()
 
const ::std::string & roles (int index) const
 
::std::string * mutable_roles (int index)
 
void set_roles (int index, const ::std::string &value)
 
void set_roles (int index, const char *value)
 
void set_roles (int index, const char *value, size_t size)
 
::std::string * add_roles ()
 
void add_roles (const ::std::string &value)
 
void add_roles (const char *value)
 
void add_roles (const char *value, size_t size)
 
const
::google::protobuf::RepeatedPtrField
< ::std::string > & 
roles () const
 
::google::protobuf::RepeatedPtrField
< ::std::string > * 
mutable_roles ()
 
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)
 
void clear_password ()
 
const ::std::string & password () const
 
void set_password (const ::std::string &value)
 
void set_password (const char *value)
 
void set_password (const void *value, size_t size)
 
::std::string * mutable_password ()
 
::std::string * release_password ()
 
void set_allocated_password (::std::string *password)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const Userdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Userinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kRolesFieldNumber = 3
 
static const int kNameFieldNumber = 1
 
static const int kPasswordFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField
< ::std::string > 
roles_
 
::google::protobuf::internal::ArenaStringPtr name_
 
::google::protobuf::internal::ArenaStringPtr password_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

authpb::User::User ( )

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

Here is the call graph for this function:

authpb::User::~User ( )
virtual

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

Here is the call graph for this function:

authpb::User::User ( const User from)

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

Here is the call graph for this function:

Member Function Documentation

std::string * authpb::User::add_roles ( )
inline

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

void authpb::User::add_roles ( const ::std::string &  value)
inline

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

void authpb::User::add_roles ( const char *  value)
inline

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

void authpb::User::add_roles ( const char *  value,
size_t  size 
)
inline

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

size_t authpb::User::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void authpb::User::Clear ( )

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

void authpb::User::clear_name ( )
inline

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

void authpb::User::clear_password ( )
inline

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

void authpb::User::clear_roles ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void authpb::User::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool authpb::User::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

std::string * authpb::User::mutable_password ( )
inline

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

std::string * authpb::User::mutable_roles ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::std::string > * authpb::User::mutable_roles ( )
inline

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::std::string & authpb::User::password ( ) const
inline

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

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

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

std::string * authpb::User::release_password ( )
inline

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

const ::std::string & authpb::User::roles ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::std::string > & authpb::User::roles ( ) const
inline

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

int authpb::User::roles_size ( ) const
inline

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

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

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

Here is the call graph for this function:

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

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

void authpb::User::set_allocated_password ( ::std::string *  password)
inline

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

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

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

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

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

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

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

void authpb::User::set_password ( const ::std::string &  value)
inline

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

void authpb::User::set_password ( const char *  value)
inline

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

void authpb::User::set_password ( const void *  value,
size_t  size 
)
inline

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

void authpb::User::set_roles ( int  index,
const ::std::string &  value 
)
inline

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

void authpb::User::set_roles ( int  index,
const char *  value 
)
inline

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

void authpb::User::set_roles ( int  index,
const char *  value,
size_t  size 
)
inline

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

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

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

void authpb::User::SharedCtor ( )
private

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

void authpb::User::SharedDtor ( )
private

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

void authpb::User::Swap ( User other)

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

Here is the call graph for this function:

authpb::User::void::protobuf_auth_2eproto::InitDefaultsUserImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_auth_2eproto::TableStruct
friend

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

void swap ( User a,
User b 
)
friend

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

Member Data Documentation

int authpb::User::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const authpb::User::kIndexInFileMessages
static
Initial value:
=
0

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

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

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

const int authpb::User::kPasswordFieldNumber = 2
static

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

const int authpb::User::kRolesFieldNumber = 3
static

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

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

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

::google::protobuf::internal::ArenaStringPtr authpb::User::password_
private

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

::google::protobuf::RepeatedPtrField< ::std::string> authpb::User::roles_
private

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


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