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

#include <osmand_odb.pb.h>

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

List of all members.

Public Member Functions

 PostcodeIndex ()
virtual ~PostcodeIndex ()
 PostcodeIndex (const PostcodeIndex &from)
PostcodeIndexoperator= (const PostcodeIndex &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (PostcodeIndex *other)
PostcodeIndexNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const PostcodeIndex &from)
void MergeFrom (const PostcodeIndex &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_postcode () const
void clear_postcode ()
const ::std::string & postcode () const
void set_postcode (const ::std::string &value)
void set_postcode (const char *value)
void set_postcode (const char *value, size_t size)
inline::std::string * mutable_postcode ()
bool has_x () const
void clear_x ()
inline::google::protobuf::uint32 x () const
void set_x (::google::protobuf::uint32 value)
bool has_y () const
void clear_y ()
inline::google::protobuf::uint32 y () const
void set_y (::google::protobuf::uint32 value)
int streets_size () const
void clear_streets ()
const ::StreetIndexstreets (int index) const
inline::StreetIndex * mutable_streets (int index)
inline::StreetIndex * add_streets ()
const
::google::protobuf::RepeatedPtrField
< ::StreetIndex > & 
streets () const
inline::google::protobuf::RepeatedPtrField
< ::StreetIndex > * 
mutable_streets ()

Static Public Member Functions

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

Static Public Attributes

static const int kPostcodeFieldNumber = 1
static const int kXFieldNumber = 2
static const int kYFieldNumber = 3
static const int kStreetsFieldNumber = 5

Friends

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

Constructor & Destructor Documentation

virtual PostcodeIndex::~PostcodeIndex ( ) [virtual]

Member Function Documentation

int PostcodeIndex::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void PostcodeIndex::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void PostcodeIndex::CopyFrom ( const PostcodeIndex from)
static const PostcodeIndex& PostcodeIndex::default_instance ( ) [static]
int PostcodeIndex::GetCachedSize ( ) const [virtual]
bool PostcodeIndex::has_x ( ) const
bool PostcodeIndex::has_y ( ) const
bool PostcodeIndex::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void PostcodeIndex::MergeFrom ( const PostcodeIndex from)
PostcodeIndex* PostcodeIndex::New ( ) const [virtual]
PostcodeIndex& PostcodeIndex::operator= ( const PostcodeIndex from)
const ::std::string & PostcodeIndex::postcode ( ) const
void PostcodeIndex::set_postcode ( const ::std::string &  value)
void PostcodeIndex::set_postcode ( const char *  value)
void PostcodeIndex::set_postcode ( const char *  value,
size_t  size 
)
const ::StreetIndex & PostcodeIndex::streets ( int  index) const

Friends And Related Function Documentation


Member Data Documentation

const int PostcodeIndex::kPostcodeFieldNumber = 1 [static]
const int PostcodeIndex::kStreetsFieldNumber = 5 [static]
const int PostcodeIndex::kXFieldNumber = 2 [static]
const int PostcodeIndex::kYFieldNumber = 3 [static]

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