This is the complete list of members for geojson::JSONProperty, including all inherited members.
as_boolean() const | geojson::JSONProperty | |
as_boolean_vector() const | geojson::JSONProperty | |
as_list() const | geojson::JSONProperty | |
as_natural_number() const | geojson::JSONProperty | |
as_natural_vector() const | geojson::JSONProperty | |
as_real_number() const | geojson::JSONProperty | |
as_real_vector() const | geojson::JSONProperty | |
as_string() const | geojson::JSONProperty | |
as_string_vector() const | geojson::JSONProperty | |
as_vector(std::vector< T > &vector) const | geojson::JSONProperty | inline |
at(std::string key) const | geojson::JSONProperty | |
data | geojson::JSONProperty | private |
get_key() const | geojson::JSONProperty | |
get_type() const | geojson::JSONProperty | |
get_values() const | geojson::JSONProperty | |
has_key(std::string key) const | geojson::JSONProperty | |
JSONProperty(std::string value_key, const boost::property_tree::ptree &property_tree) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, short value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, int value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, long value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, float value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, double value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, const char *value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, std::string value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, std::vector< JSONProperty > properties) | geojson::JSONProperty | inline |
JSONProperty(const JSONProperty &original) | geojson::JSONProperty | inline |
JSONProperty(const std::string &value_key, const JSONProperty &original) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, bool value) | geojson::JSONProperty | inline |
JSONProperty(std::string value_key, PropertyMap &value) | geojson::JSONProperty | inline |
key | geojson::JSONProperty | private |
keys() const | geojson::JSONProperty | |
operator!=(const JSONProperty &other) | geojson::JSONProperty | inline |
operator==(const JSONProperty &other) const | geojson::JSONProperty | inline |
print_property(const geojson::JSONProperty &p, int tab=0, bool newline=true) | geojson::JSONProperty | inlinestatic |
type | geojson::JSONProperty | private |
value_list | geojson::JSONProperty | private |
values | geojson::JSONProperty | private |
~JSONProperty() | geojson::JSONProperty | inlinevirtual |