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

#include <osmand_odb.pb.h>

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

List of all members.

Public Member Functions

 MapTree ()
virtual ~MapTree ()
 MapTree (const MapTree &from)
MapTreeoperator= (const MapTree &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MapTree *other)
MapTreeNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const MapTree &from)
void MergeFrom (const MapTree &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_left () const
void clear_left ()
inline::google::protobuf::int32 left () const
void set_left (::google::protobuf::int32 value)
bool has_right () const
void clear_right ()
inline::google::protobuf::int32 right () const
void set_right (::google::protobuf::int32 value)
bool has_top () const
void clear_top ()
inline::google::protobuf::int32 top () const
void set_top (::google::protobuf::int32 value)
bool has_bottom () const
void clear_bottom ()
inline::google::protobuf::int32 bottom () const
void set_bottom (::google::protobuf::int32 value)
bool has_oldstringtable () const
void clear_oldstringtable ()
const ::StringTableoldstringtable () const
inline::StringTable * mutable_oldstringtable ()
bool has_oldbaseid () const
void clear_oldbaseid ()
inline::google::protobuf::uint64 oldbaseid () const
void set_oldbaseid (::google::protobuf::uint64 value)
int subtrees_size () const
void clear_subtrees ()
const ::MapTreesubtrees (int index) const
inline::MapTree * mutable_subtrees (int index)
inline::MapTree * add_subtrees ()
const
::google::protobuf::RepeatedPtrField
< ::MapTree > & 
subtrees () const
inline::google::protobuf::RepeatedPtrField
< ::MapTree > * 
mutable_subtrees ()
int leafs_size () const
void clear_leafs ()
const ::MapDataleafs (int index) const
inline::MapData * mutable_leafs (int index)
inline::MapData * add_leafs ()
const
::google::protobuf::RepeatedPtrField
< ::MapData > & 
leafs () const
inline::google::protobuf::RepeatedPtrField
< ::MapData > * 
mutable_leafs ()
bool has_baseid () const
void clear_baseid ()
inline::google::protobuf::uint64 baseid () const
void set_baseid (::google::protobuf::uint64 value)
bool has_stringtable () const
void clear_stringtable ()
const ::StringTablestringtable () const
inline::StringTable * mutable_stringtable ()

Static Public Member Functions

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

Static Public Attributes

static const int kLeftFieldNumber = 1
static const int kRightFieldNumber = 2
static const int kTopFieldNumber = 3
static const int kBottomFieldNumber = 4
static const int kOldstringTableFieldNumber = 5
static const int kOldbaseIdFieldNumber = 6
static const int kSubtreesFieldNumber = 7
static const int kLeafsFieldNumber = 8
static const int kBaseIdFieldNumber = 10
static const int kStringTableFieldNumber = 11

Friends

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

Constructor & Destructor Documentation

virtual MapTree::~MapTree ( ) [virtual]
MapTree::MapTree ( const MapTree from)

Member Function Documentation

int MapTree::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void MapTree::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void MapTree::CopyFrom ( const ::google::protobuf::Message from)
void MapTree::CopyFrom ( const MapTree from)
static const MapTree& MapTree::default_instance ( ) [static]
static const ::google::protobuf::Descriptor* MapTree::descriptor ( ) [static]
int MapTree::GetCachedSize ( ) const [virtual]
bool MapTree::has_baseid ( ) const
bool MapTree::has_bottom ( ) const
bool MapTree::has_left ( ) const
bool MapTree::has_oldbaseid ( ) const
bool MapTree::has_right ( ) const
bool MapTree::has_stringtable ( ) const
bool MapTree::has_top ( ) const
bool MapTree::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

const ::MapData & MapTree::leafs ( int  index) const
int MapTree::leafs_size ( ) const
void MapTree::MergeFrom ( const MapTree from)
MapData * MapTree::mutable_leafs ( int  index)
MapTree* MapTree::New ( ) const [virtual]
const ::StringTable & MapTree::oldstringtable ( ) const
MapTree& MapTree::operator= ( const MapTree from)
const ::StringTable & MapTree::stringtable ( ) const
const ::MapTree & MapTree::subtrees ( int  index) const
int MapTree::subtrees_size ( ) const
void MapTree::Swap ( MapTree other)

Friends And Related Function Documentation


Member Data Documentation

const int MapTree::kBaseIdFieldNumber = 10 [static]
const int MapTree::kBottomFieldNumber = 4 [static]
const int MapTree::kLeafsFieldNumber = 8 [static]
const int MapTree::kLeftFieldNumber = 1 [static]
const int MapTree::kOldbaseIdFieldNumber = 6 [static]
const int MapTree::kOldstringTableFieldNumber = 5 [static]
const int MapTree::kRightFieldNumber = 2 [static]
const int MapTree::kStringTableFieldNumber = 11 [static]
const int MapTree::kSubtreesFieldNumber = 7 [static]
const int MapTree::kTopFieldNumber = 3 [static]

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