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

#include <osmand_odb.pb.h>

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

List of all members.

Public Member Functions

 MapData ()
virtual ~MapData ()
 MapData (const MapData &from)
MapDataoperator= (const MapData &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MapData *other)
MapDataNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const MapData &from)
void MergeFrom (const MapData &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_coordinates () const
void clear_coordinates ()
const ::std::string & coordinates () const
void set_coordinates (const ::std::string &value)
void set_coordinates (const char *value)
void set_coordinates (const void *value, size_t size)
inline::std::string * mutable_coordinates ()
bool has_types () const
void clear_types ()
const ::std::string & types () const
void set_types (const ::std::string &value)
void set_types (const char *value)
void set_types (const void *value, size_t size)
inline::std::string * mutable_types ()
bool has_id () const
void clear_id ()
inline::google::protobuf::int64 id () const
void set_id (::google::protobuf::int64 value)
bool has_stringid () const
void clear_stringid ()
inline::google::protobuf::uint32 stringid () const
void set_stringid (::google::protobuf::uint32 value)
bool has_restrictions () const
void clear_restrictions ()
const ::std::string & restrictions () const
void set_restrictions (const ::std::string &value)
void set_restrictions (const char *value)
void set_restrictions (const void *value, size_t size)
inline::std::string * mutable_restrictions ()
bool has_highwaymeta () const
void clear_highwaymeta ()
inline::google::protobuf::int32 highwaymeta () const
void set_highwaymeta (::google::protobuf::int32 value)

Static Public Member Functions

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

Static Public Attributes

static const int kCoordinatesFieldNumber = 1
static const int kTypesFieldNumber = 2
static const int kIdFieldNumber = 3
static const int kStringIdFieldNumber = 4
static const int kRestrictionsFieldNumber = 5
static const int kHighwayMetaFieldNumber = 6

Friends

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

Constructor & Destructor Documentation

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

Member Function Documentation

int MapData::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void MapData::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

const ::std::string & MapData::coordinates ( ) const
void MapData::CopyFrom ( const ::google::protobuf::Message from)
void MapData::CopyFrom ( const MapData from)
static const MapData& MapData::default_instance ( ) [static]
static const ::google::protobuf::Descriptor* MapData::descriptor ( ) [static]
int MapData::GetCachedSize ( ) const [virtual]
bool MapData::has_coordinates ( ) const
bool MapData::has_highwaymeta ( ) const
bool MapData::has_id ( ) const
bool MapData::has_restrictions ( ) const
bool MapData::has_stringid ( ) const
bool MapData::has_types ( ) const
bool MapData::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void MapData::MergeFrom ( const MapData from)
std::string * MapData::mutable_coordinates ( )
std::string * MapData::mutable_restrictions ( )
std::string * MapData::mutable_types ( )
MapData* MapData::New ( ) const [virtual]
MapData& MapData::operator= ( const MapData from)
const ::std::string & MapData::restrictions ( ) const
void MapData::set_coordinates ( const ::std::string &  value)
void MapData::set_coordinates ( const char *  value)
void MapData::set_coordinates ( const void *  value,
size_t  size 
)
void MapData::set_restrictions ( const ::std::string &  value)
void MapData::set_restrictions ( const char *  value)
void MapData::set_restrictions ( const void *  value,
size_t  size 
)
void MapData::set_types ( const ::std::string &  value)
void MapData::set_types ( const char *  value)
void MapData::set_types ( const void *  value,
size_t  size 
)
void MapData::Swap ( MapData other)
const ::std::string & MapData::types ( ) const

Friends And Related Function Documentation


Member Data Documentation

const int MapData::kCoordinatesFieldNumber = 1 [static]
const int MapData::kHighwayMetaFieldNumber = 6 [static]
const int MapData::kIdFieldNumber = 3 [static]
const int MapData::kRestrictionsFieldNumber = 5 [static]
const int MapData::kStringIdFieldNumber = 4 [static]
const int MapData::kTypesFieldNumber = 2 [static]

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