OsmAnd
|
#include <osmand_odb.pb.h>
Public Member Functions | |
OsmAndPoiBoxDataAtom () | |
virtual | ~OsmAndPoiBoxDataAtom () |
OsmAndPoiBoxDataAtom (const OsmAndPoiBoxDataAtom &from) | |
OsmAndPoiBoxDataAtom & | operator= (const OsmAndPoiBoxDataAtom &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (OsmAndPoiBoxDataAtom *other) |
OsmAndPoiBoxDataAtom * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const OsmAndPoiBoxDataAtom &from) |
void | MergeFrom (const OsmAndPoiBoxDataAtom &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::uint8 * | SerializeWithCachedSizesToArray (::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) |
int | categories_size () const |
void | clear_categories () |
inline::google::protobuf::uint32 | categories (int index) const |
void | set_categories (int index,::google::protobuf::uint32 value) |
void | add_categories (::google::protobuf::uint32 value) |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint32 > & | categories () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint32 > * | mutable_categories () |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
inline::std::string * | mutable_name () |
bool | has_nameen () const |
void | clear_nameen () |
const ::std::string & | nameen () const |
void | set_nameen (const ::std::string &value) |
void | set_nameen (const char *value) |
void | set_nameen (const char *value, size_t size) |
inline::std::string * | mutable_nameen () |
bool | has_id () const |
void | clear_id () |
inline::google::protobuf::uint64 | id () const |
void | set_id (::google::protobuf::uint64 value) |
bool | has_openinghours () const |
void | clear_openinghours () |
const ::std::string & | openinghours () const |
void | set_openinghours (const ::std::string &value) |
void | set_openinghours (const char *value) |
void | set_openinghours (const char *value, size_t size) |
inline::std::string * | mutable_openinghours () |
bool | has_site () const |
void | clear_site () |
const ::std::string & | site () const |
void | set_site (const ::std::string &value) |
void | set_site (const char *value) |
void | set_site (const char *value, size_t size) |
inline::std::string * | mutable_site () |
bool | has_phone () const |
void | clear_phone () |
const ::std::string & | phone () const |
void | set_phone (const ::std::string &value) |
void | set_phone (const char *value) |
void | set_phone (const char *value, size_t size) |
inline::std::string * | mutable_phone () |
bool | has_note () const |
void | clear_note () |
const ::std::string & | note () const |
void | set_note (const ::std::string &value) |
void | set_note (const char *value) |
void | set_note (const char *value, size_t size) |
inline::std::string * | mutable_note () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const OsmAndPoiBoxDataAtom & | default_instance () |
Static Public Attributes | |
static const int | kDxFieldNumber = 2 |
static const int | kDyFieldNumber = 3 |
static const int | kCategoriesFieldNumber = 4 |
static const int | kNameFieldNumber = 6 |
static const int | kNameEnFieldNumber = 7 |
static const int | kIdFieldNumber = 8 |
static const int | kOpeningHoursFieldNumber = 10 |
static const int | kSiteFieldNumber = 11 |
static const int | kPhoneFieldNumber = 12 |
static const int | kNoteFieldNumber = 13 |
Friends | |
void | protobuf_AddDesc_osmand_5fodb_2eproto () |
void | protobuf_AssignDesc_osmand_5fodb_2eproto () |
void | protobuf_ShutdownFile_osmand_5fodb_2eproto () |
virtual OsmAndPoiBoxDataAtom::~OsmAndPoiBoxDataAtom | ( | ) | [virtual] |
OsmAndPoiBoxDataAtom::OsmAndPoiBoxDataAtom | ( | const OsmAndPoiBoxDataAtom & | from | ) |
void OsmAndPoiBoxDataAtom::add_categories | ( | ::google::protobuf::uint32 | value | ) |
int OsmAndPoiBoxDataAtom::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
google::protobuf::uint32 OsmAndPoiBoxDataAtom::categories | ( | int | index | ) | const |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & OsmAndPoiBoxDataAtom::categories | ( | ) | const |
int OsmAndPoiBoxDataAtom::categories_size | ( | ) | const |
void OsmAndPoiBoxDataAtom::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void OsmAndPoiBoxDataAtom::clear_dx | ( | ) |
void OsmAndPoiBoxDataAtom::clear_dy | ( | ) |
void OsmAndPoiBoxDataAtom::clear_id | ( | ) |
void OsmAndPoiBoxDataAtom::clear_name | ( | ) |
void OsmAndPoiBoxDataAtom::clear_nameen | ( | ) |
void OsmAndPoiBoxDataAtom::clear_note | ( | ) |
void OsmAndPoiBoxDataAtom::clear_phone | ( | ) |
void OsmAndPoiBoxDataAtom::clear_site | ( | ) |
void OsmAndPoiBoxDataAtom::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void OsmAndPoiBoxDataAtom::CopyFrom | ( | const OsmAndPoiBoxDataAtom & | from | ) |
static const OsmAndPoiBoxDataAtom& OsmAndPoiBoxDataAtom::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* OsmAndPoiBoxDataAtom::descriptor | ( | ) | [static] |
int OsmAndPoiBoxDataAtom::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata OsmAndPoiBoxDataAtom::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool OsmAndPoiBoxDataAtom::has_dx | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_dy | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_id | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_name | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_nameen | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_note | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_openinghours | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_phone | ( | ) | const |
bool OsmAndPoiBoxDataAtom::has_site | ( | ) | const |
bool OsmAndPoiBoxDataAtom::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void OsmAndPoiBoxDataAtom::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void OsmAndPoiBoxDataAtom::MergeFrom | ( | const OsmAndPoiBoxDataAtom & | from | ) |
bool OsmAndPoiBoxDataAtom::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
google::protobuf::RepeatedField<::google::protobuf::uint32 > * OsmAndPoiBoxDataAtom::mutable_categories | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_name | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_nameen | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_note | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_openinghours | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_phone | ( | ) |
std::string * OsmAndPoiBoxDataAtom::mutable_site | ( | ) |
const ::std::string & OsmAndPoiBoxDataAtom::name | ( | ) | const |
const ::std::string & OsmAndPoiBoxDataAtom::nameen | ( | ) | const |
OsmAndPoiBoxDataAtom* OsmAndPoiBoxDataAtom::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
const ::std::string & OsmAndPoiBoxDataAtom::note | ( | ) | const |
const ::std::string & OsmAndPoiBoxDataAtom::openinghours | ( | ) | const |
OsmAndPoiBoxDataAtom& OsmAndPoiBoxDataAtom::operator= | ( | const OsmAndPoiBoxDataAtom & | from | ) |
const ::std::string & OsmAndPoiBoxDataAtom::phone | ( | ) | const |
void OsmAndPoiBoxDataAtom::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* OsmAndPoiBoxDataAtom::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void OsmAndPoiBoxDataAtom::set_categories | ( | int | index, |
::google::protobuf::uint32 | value | ||
) |
void OsmAndPoiBoxDataAtom::set_dx | ( | ::google::protobuf::int32 | value | ) |
void OsmAndPoiBoxDataAtom::set_dy | ( | ::google::protobuf::int32 | value | ) |
void OsmAndPoiBoxDataAtom::set_id | ( | ::google::protobuf::uint64 | value | ) |
void OsmAndPoiBoxDataAtom::set_name | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_name | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_name | ( | const char * | value, |
size_t | size | ||
) |
void OsmAndPoiBoxDataAtom::set_nameen | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_nameen | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_nameen | ( | const char * | value, |
size_t | size | ||
) |
void OsmAndPoiBoxDataAtom::set_note | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_note | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_note | ( | const char * | value, |
size_t | size | ||
) |
void OsmAndPoiBoxDataAtom::set_openinghours | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_openinghours | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_openinghours | ( | const char * | value, |
size_t | size | ||
) |
void OsmAndPoiBoxDataAtom::set_phone | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_phone | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_phone | ( | const char * | value, |
size_t | size | ||
) |
void OsmAndPoiBoxDataAtom::set_site | ( | const ::std::string & | value | ) |
void OsmAndPoiBoxDataAtom::set_site | ( | const char * | value | ) |
void OsmAndPoiBoxDataAtom::set_site | ( | const char * | value, |
size_t | size | ||
) |
const ::std::string & OsmAndPoiBoxDataAtom::site | ( | ) | const |
void OsmAndPoiBoxDataAtom::Swap | ( | OsmAndPoiBoxDataAtom * | other | ) |
const ::google::protobuf::UnknownFieldSet& OsmAndPoiBoxDataAtom::unknown_fields | ( | ) | const |
void protobuf_AddDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_osmand_5fodb_2eproto | ( | ) | [friend] |
const int OsmAndPoiBoxDataAtom::kCategoriesFieldNumber = 4 [static] |
const int OsmAndPoiBoxDataAtom::kDxFieldNumber = 2 [static] |
const int OsmAndPoiBoxDataAtom::kDyFieldNumber = 3 [static] |
const int OsmAndPoiBoxDataAtom::kIdFieldNumber = 8 [static] |
const int OsmAndPoiBoxDataAtom::kNameEnFieldNumber = 7 [static] |
const int OsmAndPoiBoxDataAtom::kNameFieldNumber = 6 [static] |
const int OsmAndPoiBoxDataAtom::kNoteFieldNumber = 13 [static] |
const int OsmAndPoiBoxDataAtom::kOpeningHoursFieldNumber = 10 [static] |
const int OsmAndPoiBoxDataAtom::kPhoneFieldNumber = 12 [static] |
const int OsmAndPoiBoxDataAtom::kSiteFieldNumber = 11 [static] |