TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::ContentHandle Class Reference

#include <content_handle_types.pb.h>

Public Member Functions

 ContentHandle ()
 
virtual ~ContentHandle ()
 
 ContentHandle (const ContentHandle &from)
 
ContentHandleoperator= (const ContentHandle &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ContentHandle *other)
 
ContentHandleNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ContentHandle &from)
 
void MergeFrom (const ContentHandle &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::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_region () const
 
void clear_region ()
 
inline::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 
bool has_usage () const
 
void clear_usage ()
 
inline::google::protobuf::uint32 usage () const
 
void set_usage (::google::protobuf::uint32 value)
 
bool has_hash () const
 
void clear_hash ()
 
const ::std::string & hash () const
 
void set_hash (const ::std::string &value)
 
void set_hash (const char *value)
 
void set_hash (const void *value, size_t size)
 
inline::std::string * mutable_hash ()
 
inline::std::string * release_hash ()
 
void set_allocated_hash (::std::string *hash)
 
bool has_proto_url () const
 
void clear_proto_url ()
 
const ::std::string & proto_url () const
 
void set_proto_url (const ::std::string &value)
 
void set_proto_url (const char *value)
 
void set_proto_url (const char *value, size_t size)
 
inline::std::string * mutable_proto_url ()
 
inline::std::string * release_proto_url ()
 
void set_allocated_proto_url (::std::string *proto_url)
 
- Public Member Functions inherited from google::protobuf::Message
 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 DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 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 uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const ContentHandledefault_instance ()
 

Static Public Attributes

static const int kRegionFieldNumber = 1
 
static const int kUsageFieldNumber = 2
 
static const int kHashFieldNumber = 3
 
static const int kProtoUrlFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_region ()
 
void clear_has_region ()
 
void set_has_usage ()
 
void clear_has_usage ()
 
void set_has_hash ()
 
void clear_has_hash ()
 
void set_has_proto_url ()
 
void clear_has_proto_url ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 region_
 
::google::protobuf::uint32 usage_
 
::std::string * hash_
 
::std::string * proto_url_
 

Static Private Attributes

static ContentHandledefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::ContentHandle::ContentHandle ( )
virtual bgs::protocol::ContentHandle::~ContentHandle ( )
virtual
bgs::protocol::ContentHandle::ContentHandle ( const ContentHandle from)

Member Function Documentation

int bgs::protocol::ContentHandle::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ContentHandle::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ContentHandle::clear_has_hash ( )
inlineprivate
224  {
225  _has_bits_[0] &= ~0x00000004u;
226 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::clear_has_proto_url ( )
inlineprivate
300  {
301  _has_bits_[0] &= ~0x00000008u;
302 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::clear_has_region ( )
inlineprivate
176  {
177  _has_bits_[0] &= ~0x00000001u;
178 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::clear_has_usage ( )
inlineprivate
200  {
201  _has_bits_[0] &= ~0x00000002u;
202 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::clear_hash ( )
inline
227  {
229  hash_->clear();
230  }
231  clear_has_hash();
232 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_hash()
Definition: content_handle_types.pb.h:224

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::clear_proto_url ( )
inline
303  {
305  proto_url_->clear();
306  }
308 }
void clear_has_proto_url()
Definition: content_handle_types.pb.h:300
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * proto_url_
Definition: content_handle_types.pb.h:151

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::clear_region ( )
inline
179  {
180  region_ = 0u;
182 }
::google::protobuf::uint32 region_
Definition: content_handle_types.pb.h:148
void clear_has_region()
Definition: content_handle_types.pb.h:176

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::clear_usage ( )
inline
203  {
204  usage_ = 0u;
205  clear_has_usage();
206 }
void clear_has_usage()
Definition: content_handle_types.pb.h:200
::google::protobuf::uint32 usage_
Definition: content_handle_types.pb.h:149

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ContentHandle::CopyFrom ( const ContentHandle from)
static const ContentHandle& bgs::protocol::ContentHandle::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::ContentHandle::descriptor ( )
static
int bgs::protocol::ContentHandle::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

83 { return _cached_size_; }
int _cached_size_
Definition: content_handle_types.pb.h:147
::google::protobuf::Metadata bgs::protocol::ContentHandle::GetMetadata ( ) const
virtual
bool bgs::protocol::ContentHandle::has_hash ( ) const
inline
218  {
219  return (_has_bits_[0] & 0x00000004u) != 0;
220 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146
bool bgs::protocol::ContentHandle::has_proto_url ( ) const
inline
294  {
295  return (_has_bits_[0] & 0x00000008u) != 0;
296 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146
bool bgs::protocol::ContentHandle::has_region ( ) const
inline
170  {
171  return (_has_bits_[0] & 0x00000001u) != 0;
172 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146
bool bgs::protocol::ContentHandle::has_usage ( ) const
inline
194  {
195  return (_has_bits_[0] & 0x00000002u) != 0;
196 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146
const ::std::string & bgs::protocol::ContentHandle::hash ( ) const
inline
233  {
234  // @@protoc_insertion_point(field_get:bgs.protocol.ContentHandle.hash)
235  return *hash_;
236 }
::std::string * hash_
Definition: content_handle_types.pb.h:150

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::InitAsDefaultInstance ( )
private
bool bgs::protocol::ContentHandle::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ContentHandle::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ContentHandle::MergeFrom ( const ContentHandle from)
bool bgs::protocol::ContentHandle::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::ContentHandle::mutable_hash ( )
inline
261  {
262  set_has_hash();
264  hash_ = new ::std::string;
265  }
266  // @@protoc_insertion_point(field_mutable:bgs.protocol.ContentHandle.hash)
267  return hash_;
268 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
void set_has_hash()
Definition: content_handle_types.pb.h:221
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

std::string * bgs::protocol::ContentHandle::mutable_proto_url ( )
inline
337  {
340  proto_url_ = new ::std::string;
341  }
342  // @@protoc_insertion_point(field_mutable:bgs.protocol.ContentHandle.proto_url)
343  return proto_url_;
344 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_proto_url()
Definition: content_handle_types.pb.h:297
::std::string * proto_url_
Definition: content_handle_types.pb.h:151

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::ContentHandle::mutable_unknown_fields ( )
inline
58  {
59  return &_unknown_fields_;
60  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: content_handle_types.pb.h:144
ContentHandle* bgs::protocol::ContentHandle::New ( ) const
virtual
ContentHandle& bgs::protocol::ContentHandle::operator= ( const ContentHandle from)
inline
49  {
50  CopyFrom(from);
51  return *this;
52  }
void CopyFrom(const ::google::protobuf::Message &from)
const ::std::string & bgs::protocol::ContentHandle::proto_url ( ) const
inline
309  {
310  // @@protoc_insertion_point(field_get:bgs.protocol.ContentHandle.proto_url)
311  return *proto_url_;
312 }
::std::string * proto_url_
Definition: content_handle_types.pb.h:151

+ Here is the caller graph for this function:

google::protobuf::uint32 bgs::protocol::ContentHandle::region ( ) const
inline
183  {
184  // @@protoc_insertion_point(field_get:bgs.protocol.ContentHandle.region)
185  return region_;
186 }
::google::protobuf::uint32 region_
Definition: content_handle_types.pb.h:148
std::string * bgs::protocol::ContentHandle::release_hash ( )
inline
269  {
270  clear_has_hash();
272  return NULL;
273  } else {
274  ::std::string* temp = hash_;
275  hash_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
276  return temp;
277  }
278 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_hash()
Definition: content_handle_types.pb.h:224

+ Here is the call graph for this function:

std::string * bgs::protocol::ContentHandle::release_proto_url ( )
inline
345  {
348  return NULL;
349  } else {
350  ::std::string* temp = proto_url_;
352  return temp;
353  }
354 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_proto_url()
Definition: content_handle_types.pb.h:300
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * proto_url_
Definition: content_handle_types.pb.h:151

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::ContentHandle::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::ContentHandle::set_allocated_hash ( ::std::string *  hash)
inline
279  {
281  delete hash_;
282  }
283  if (hash) {
284  set_has_hash();
285  hash_ = hash;
286  } else {
287  clear_has_hash();
288  hash_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
289  }
290  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.ContentHandle.hash)
291 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
void set_has_hash()
Definition: content_handle_types.pb.h:221
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_hash()
Definition: content_handle_types.pb.h:224
const ::std::string & hash() const
Definition: content_handle_types.pb.h:233

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_allocated_proto_url ( ::std::string *  proto_url)
inline
355  {
357  delete proto_url_;
358  }
359  if (proto_url) {
362  } else {
365  }
366  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.ContentHandle.proto_url)
367 }
void clear_has_proto_url()
Definition: content_handle_types.pb.h:300
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_proto_url()
Definition: content_handle_types.pb.h:297
const ::std::string & proto_url() const
Definition: content_handle_types.pb.h:309
::std::string * proto_url_
Definition: content_handle_types.pb.h:151

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_has_hash ( )
inlineprivate
221  {
222  _has_bits_[0] |= 0x00000004u;
223 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::set_has_proto_url ( )
inlineprivate
297  {
298  _has_bits_[0] |= 0x00000008u;
299 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::set_has_region ( )
inlineprivate
173  {
174  _has_bits_[0] |= 0x00000001u;
175 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::set_has_usage ( )
inlineprivate
197  {
198  _has_bits_[0] |= 0x00000002u;
199 }
::google::protobuf::uint32 _has_bits_[1]
Definition: content_handle_types.pb.h:146

+ Here is the caller graph for this function:

void bgs::protocol::ContentHandle::set_hash ( const ::std::string &  value)
inline
237  {
238  set_has_hash();
240  hash_ = new ::std::string;
241  }
242  hash_->assign(value);
243  // @@protoc_insertion_point(field_set:bgs.protocol.ContentHandle.hash)
244 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
void set_has_hash()
Definition: content_handle_types.pb.h:221
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_hash ( const char *  value)
inline
245  {
246  set_has_hash();
248  hash_ = new ::std::string;
249  }
250  hash_->assign(value);
251  // @@protoc_insertion_point(field_set_char:bgs.protocol.ContentHandle.hash)
252 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
void set_has_hash()
Definition: content_handle_types.pb.h:221
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_hash ( const void *  value,
size_t  size 
)
inline
253  {
254  set_has_hash();
256  hash_ = new ::std::string;
257  }
258  hash_->assign(reinterpret_cast<const char*>(value), size);
259  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.ContentHandle.hash)
260 }
::std::string * hash_
Definition: content_handle_types.pb.h:150
void set_has_hash()
Definition: content_handle_types.pb.h:221
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_proto_url ( const ::std::string &  value)
inline
313  {
316  proto_url_ = new ::std::string;
317  }
318  proto_url_->assign(value);
319  // @@protoc_insertion_point(field_set:bgs.protocol.ContentHandle.proto_url)
320 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_proto_url()
Definition: content_handle_types.pb.h:297
::std::string * proto_url_
Definition: content_handle_types.pb.h:151
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_proto_url ( const char *  value)
inline
321  {
324  proto_url_ = new ::std::string;
325  }
326  proto_url_->assign(value);
327  // @@protoc_insertion_point(field_set_char:bgs.protocol.ContentHandle.proto_url)
328 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_proto_url()
Definition: content_handle_types.pb.h:297
::std::string * proto_url_
Definition: content_handle_types.pb.h:151
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_proto_url ( const char *  value,
size_t  size 
)
inline
329  {
332  proto_url_ = new ::std::string;
333  }
334  proto_url_->assign(reinterpret_cast<const char*>(value), size);
335  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.ContentHandle.proto_url)
336 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_proto_url()
Definition: content_handle_types.pb.h:297
::std::string * proto_url_
Definition: content_handle_types.pb.h:151
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_region ( ::google::protobuf::uint32  value)
inline
187  {
188  set_has_region();
189  region_ = value;
190  // @@protoc_insertion_point(field_set:bgs.protocol.ContentHandle.region)
191 }
void set_has_region()
Definition: content_handle_types.pb.h:173
::google::protobuf::uint32 region_
Definition: content_handle_types.pb.h:148
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::set_usage ( ::google::protobuf::uint32  value)
inline
211  {
212  set_has_usage();
213  usage_ = value;
214  // @@protoc_insertion_point(field_set:bgs.protocol.ContentHandle.usage)
215 }
void set_has_usage()
Definition: content_handle_types.pb.h:197
::google::protobuf::uint32 usage_
Definition: content_handle_types.pb.h:149
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ContentHandle::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ContentHandle::SharedCtor ( )
private
void bgs::protocol::ContentHandle::SharedDtor ( )
private
void bgs::protocol::ContentHandle::Swap ( ContentHandle other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::ContentHandle::unknown_fields ( ) const
inline
54  {
55  return _unknown_fields_;
56  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: content_handle_types.pb.h:144
google::protobuf::uint32 bgs::protocol::ContentHandle::usage ( ) const
inline
207  {
208  // @@protoc_insertion_point(field_get:bgs.protocol.ContentHandle.usage)
209  return usage_;
210 }
::google::protobuf::uint32 usage_
Definition: content_handle_types.pb.h:149

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::ContentHandle::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::ContentHandle::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::ContentHandle::_unknown_fields_
private
ContentHandle* bgs::protocol::ContentHandle::default_instance_
staticprivate
::std::string* bgs::protocol::ContentHandle::hash_
private
const int bgs::protocol::ContentHandle::kHashFieldNumber = 3
static
const int bgs::protocol::ContentHandle::kProtoUrlFieldNumber = 4
static
const int bgs::protocol::ContentHandle::kRegionFieldNumber = 1
static
const int bgs::protocol::ContentHandle::kUsageFieldNumber = 2
static
::std::string* bgs::protocol::ContentHandle::proto_url_
private
::google::protobuf::uint32 bgs::protocol::ContentHandle::region_
private
::google::protobuf::uint32 bgs::protocol::ContentHandle::usage_
private

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