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

#include <osmand_odb.pb.h>

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

List of all members.

Public Member Functions

 TransportStop ()
virtual ~TransportStop ()
 TransportStop (const TransportStop &from)
TransportStopoperator= (const TransportStop &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TransportStop *other)
TransportStopNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const TransportStop &from)
void MergeFrom (const TransportStop &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_dx () const
void clear_dx ()
inline::google::protobuf::int32 dx () const
void set_dx (::google::protobuf::int32 value)
bool has_dy () const
void clear_dy ()
inline::google::protobuf::int32 dy () const
void set_dy (::google::protobuf::int32 value)
bool has_id () const
void clear_id ()
inline::google::protobuf::int64 id () const
void set_id (::google::protobuf::int64 value)
bool has_name () const
void clear_name ()
inline::google::protobuf::uint32 name () const
void set_name (::google::protobuf::uint32 value)
bool has_name_en () const
void clear_name_en ()
inline::google::protobuf::uint32 name_en () const
void set_name_en (::google::protobuf::uint32 value)
int routes_size () const
void clear_routes ()
inline::google::protobuf::uint32 routes (int index) const
void set_routes (int index,::google::protobuf::uint32 value)
void add_routes (::google::protobuf::uint32 value)
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & 
routes () const
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * 
mutable_routes ()

Static Public Member Functions

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

Static Public Attributes

static const int kDxFieldNumber = 1
static const int kDyFieldNumber = 2
static const int kIdFieldNumber = 5
static const int kNameFieldNumber = 6
static const int kNameEnFieldNumber = 7
static const int kRoutesFieldNumber = 16

Friends

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

Constructor & Destructor Documentation

virtual TransportStop::~TransportStop ( ) [virtual]

Member Function Documentation

int TransportStop::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void TransportStop::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void TransportStop::CopyFrom ( const TransportStop from)
static const TransportStop& TransportStop::default_instance ( ) [static]
int TransportStop::GetCachedSize ( ) const [virtual]
bool TransportStop::has_dx ( ) const
bool TransportStop::has_dy ( ) const
bool TransportStop::has_id ( ) const
bool TransportStop::has_name ( ) const
bool TransportStop::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void TransportStop::MergeFrom ( const TransportStop from)
TransportStop* TransportStop::New ( ) const [virtual]
TransportStop& TransportStop::operator= ( const TransportStop from)
void TransportStop::set_routes ( int  index,
::google::protobuf::uint32  value 
)

Friends And Related Function Documentation


Member Data Documentation

const int TransportStop::kDxFieldNumber = 1 [static]
const int TransportStop::kDyFieldNumber = 2 [static]
const int TransportStop::kIdFieldNumber = 5 [static]
const int TransportStop::kNameEnFieldNumber = 7 [static]
const int TransportStop::kNameFieldNumber = 6 [static]
const int TransportStop::kRoutesFieldNumber = 16 [static]

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