OsmAnd
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
IndexedStringTable Class Reference

#include <osmand_odb.pb.h>

Inheritance diagram for IndexedStringTable:
google::protobuf::Message google::protobuf::MessageLite

List of all members.

Public Member Functions

 IndexedStringTable ()
virtual ~IndexedStringTable ()
 IndexedStringTable (const IndexedStringTable &from)
IndexedStringTableoperator= (const IndexedStringTable &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (IndexedStringTable *other)
IndexedStringTableNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const IndexedStringTable &from)
void MergeFrom (const IndexedStringTable &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_prefix () const
void clear_prefix ()
const ::std::string & prefix () const
void set_prefix (const ::std::string &value)
void set_prefix (const char *value)
void set_prefix (const char *value, size_t size)
inline::std::string * mutable_prefix ()
int key_size () const
void clear_key ()
const ::std::string & key (int index) const
inline::std::string * mutable_key (int index)
void set_key (int index, const ::std::string &value)
void set_key (int index, const char *value)
void set_key (int index, const char *value, size_t size)
inline::std::string * add_key ()
void add_key (const ::std::string &value)
void add_key (const char *value)
void add_key (const char *value, size_t size)
const
::google::protobuf::RepeatedPtrField
< ::std::string > & 
key () const
inline::google::protobuf::RepeatedPtrField
< ::std::string > * 
mutable_key ()
int val_size () const
void clear_val ()
inline::google::protobuf::uint32 val (int index) const
void set_val (int index,::google::protobuf::uint32 value)
void add_val (::google::protobuf::uint32 value)
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & 
val () const
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * 
mutable_val ()
int subtables_size () const
void clear_subtables ()
const ::IndexedStringTablesubtables (int index) const
inline::IndexedStringTable * mutable_subtables (int index)
inline::IndexedStringTable * add_subtables ()
const
::google::protobuf::RepeatedPtrField
< ::IndexedStringTable > & 
subtables () const
inline::google::protobuf::RepeatedPtrField
< ::IndexedStringTable > * 
mutable_subtables ()

Static Public Member Functions

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

Static Public Attributes

static const int kPrefixFieldNumber = 1
static const int kKeyFieldNumber = 3
static const int kValFieldNumber = 4
static const int kSubtablesFieldNumber = 5

Friends

void protobuf_AddDesc_osmand_5fodb_2eproto ()
void protobuf_AssignDesc_osmand_5fodb_2eproto ()
void protobuf_ShutdownFile_osmand_5fodb_2eproto ()

Constructor & Destructor Documentation


Member Function Documentation

std::string * IndexedStringTable::add_key ( )
void IndexedStringTable::add_key ( const ::std::string &  value)
void IndexedStringTable::add_key ( const char *  value)
void IndexedStringTable::add_key ( const char *  value,
size_t  size 
)
int IndexedStringTable::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void IndexedStringTable::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

int IndexedStringTable::GetCachedSize ( ) const [virtual]
bool IndexedStringTable::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

const ::std::string & IndexedStringTable::key ( int  index) const
const ::google::protobuf::RepeatedPtrField<::std::string > & IndexedStringTable::key ( ) const
std::string * IndexedStringTable::mutable_key ( int  index)
IndexedStringTable& IndexedStringTable::operator= ( const IndexedStringTable from)
const ::std::string & IndexedStringTable::prefix ( ) const
void IndexedStringTable::set_key ( int  index,
const ::std::string &  value 
)
void IndexedStringTable::set_key ( int  index,
const char *  value 
)
void IndexedStringTable::set_key ( int  index,
const char *  value,
size_t  size 
)
void IndexedStringTable::set_prefix ( const ::std::string &  value)
void IndexedStringTable::set_prefix ( const char *  value)
void IndexedStringTable::set_prefix ( const char *  value,
size_t  size 
)
void IndexedStringTable::set_val ( int  index,
::google::protobuf::uint32  value 
)
const ::IndexedStringTable & IndexedStringTable::subtables ( int  index) const

Friends And Related Function Documentation


Member Data Documentation

const int IndexedStringTable::kKeyFieldNumber = 3 [static]
const int IndexedStringTable::kValFieldNumber = 4 [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines