|
| DeliveryContext (const DeviceAtlas &da_, const HttpHeaders &) |
|
const Property & | getPropertyDescr (const char *propname, PropertyType *addAs) |
|
const Property & | getPropertyDescr (size_t idx) const |
|
void | setProperty (const Property &, const Value *) |
|
void | setProperty (size_t, const Value *) |
|
const Value * | findProperty (const Property &p) const |
|
const Value * | findProperty (size_t) const |
|
const DeviceAtlas & | getAtlas () const |
|
void | refine (const std::vector< const Value *> &clientprops) |
|
void | refine (const char *cookieprops) |
|
const Value * | findGlobalProperty (size_t) const |
|
const Value * | findLocalProperty (size_t) const |
|
bool | operator() (const Node &cur, char *str, size_t offset) |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | find (const Property &) const |
|
const_iterator | find (const char *) const |
|
size_t | size () const |
|
size_t | totalsize () const |
|
bool | empty () |
|
const Value * | operator[] (const Property &) const |
|
const Value * | operator[] (const char *propname) const |
|
| CommonDeliveryContext (const CommonDeviceAtlas &da_, const CommonHttpHeaders &) |
|
| __attribute__ ((malloc)) char *strdup(const char *from |
|
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) |
|
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) |
|
template<> |
bool | contains (const char *, const char *) |
|