Public Types | |
| typedef HoldAny(* | reader_type )(boost::property_tree::iptree &, const std::string &) |
Static Public Member Functions | |
| template<typename T > | |
| static void | write (ObjectStorage::Entry< T > entry, bool cached, reader_type reader, const std::string &value) |
Static Public Attributes | |
| static boost::function< void(const std::string &)> | func (ObjectStorage &storage, const ObjectDict::Key &key, bool cached) |
| static boost::function< void(const std::string &)> | getWriter (ObjectStorage &storage, const ObjectDict::Key &key, bool cached) |
Definition at line 446 of file objdict.cpp.
| typedef HoldAny(* WriteStringValue::reader_type)(boost::property_tree::iptree &, const std::string &) |
Definition at line 447 of file objdict.cpp.
| static void WriteStringValue::write | ( | ObjectStorage::Entry< T > | entry, |
| bool | cached, | ||
| reader_type | reader, | ||
| const std::string & | value | ||
| ) | [inline, static] |
Definition at line 448 of file objdict.cpp.
boost::function<void (const std::string&)> WriteStringValue::func(ObjectStorage &storage, const ObjectDict::Key &key, bool cached) [inline, static] |
Definition at line 458 of file objdict.cpp.
boost::function<void (const std::string&)> WriteStringValue::getWriter(ObjectStorage &storage, const ObjectDict::Key &key, bool cached) [inline, static] |
Definition at line 463 of file objdict.cpp.