|
| CommonDeliveryContext (const CommonDeviceAtlas &da_, const CommonHttpHeaders &) |
|
| __attribute__ ((malloc)) char *strdup(const char *from |
|
virtual size_t | size () const =0 |
|
virtual bool | empty ()=0 |
|
void | getProperty (const Property &prop, const Value *&value) |
|
void | getProperty (const Property &prop, int &value) |
|
void | getProperty (const Property &prop, const char *&value) |
|
void | getProperty (const Property &prop, bool &value) |
|
virtual const Value * | findProperty (const Property &p) const =0 |
|
virtual const Value * | findProperty (size_t) const =0 |
|
virtual void | setProperty (const Property &, const Value *)=0 |
|
virtual void | setProperty (size_t, const Value *)=0 |
|
virtual const Property & | getPropertyDescr (const char *, PropertyType *)=0 |
|
virtual const Property & | getPropertyDescr (size_t idx) const =0 |
|
void | getProperty (const char *prop, const Value *&value) |
|
void | getProperty (const char *prop, int &value) |
|
void | getProperty (const char *prop, const char *&value) |
|
void | getProperty (const char *prop, bool &value) |
|
bool | hasProperty (const Property &prop) |
|
template<typename T > |
bool | contains (const char *propname, T tocheck) |
|
virtual const Value * | operator[] (const Property &) const =0 |
|
virtual const Value * | operator[] (const char *propname) const =0 |
|
template<> |
bool | contains (const char *, const char *) |
|