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

#include <osmand_odb.pb.h>

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

List of all members.

Public Member Functions

 TransportStopsTree ()
virtual ~TransportStopsTree ()
 TransportStopsTree (const TransportStopsTree &from)
TransportStopsTreeoperator= (const TransportStopsTree &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TransportStopsTree *other)
TransportStopsTreeNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const TransportStopsTree &from)
void MergeFrom (const TransportStopsTree &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)
int subtrees_size () const
void clear_subtrees ()
const ::TransportStopsTreesubtrees (int index) const
inline::TransportStopsTree * mutable_subtrees (int index)
inline::TransportStopsTree * add_subtrees ()
const
::google::protobuf::RepeatedPtrField
< ::TransportStopsTree > & 
subtrees () const
inline::google::protobuf::RepeatedPtrField
< ::TransportStopsTree > * 
mutable_subtrees ()
int leafs_size () const
void clear_leafs ()
const ::TransportStopleafs (int index) const
inline::TransportStop * mutable_leafs (int index)
inline::TransportStop * add_leafs ()
const
::google::protobuf::RepeatedPtrField
< ::TransportStop > & 
leafs () const
inline::google::protobuf::RepeatedPtrField
< ::TransportStop > * 
mutable_leafs ()
bool has_baseid () const
void clear_baseid ()
inline::google::protobuf::uint64 baseid () const
void set_baseid (::google::protobuf::uint64 value)

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const TransportStopsTreedefault_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 kSubtreesFieldNumber = 7
static const int kLeafsFieldNumber = 8
static const int kBaseIdFieldNumber = 16

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

int TransportStopsTree::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void TransportStopsTree::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

const ::TransportStop & TransportStopsTree::leafs ( int  index) const
TransportStopsTree& TransportStopsTree::operator= ( const TransportStopsTree from)
const ::TransportStopsTree & TransportStopsTree::subtrees ( int  index) const

Friends And Related Function Documentation


Member Data Documentation

const int TransportStopsTree::kBaseIdFieldNumber = 16 [static]
const int TransportStopsTree::kLeafsFieldNumber = 8 [static]
const int TransportStopsTree::kLeftFieldNumber = 1 [static]
const int TransportStopsTree::kRightFieldNumber = 2 [static]
const int TransportStopsTree::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