Declaration of class
DataSet.
More...
#include <map>
#include <typeinfo>
#include <boost/any.hpp>
#include <boost/utility.hpp>
#include <boost/weak_ptr.hpp>
#include "keyvalue/extern/String.h"
#include "keyvalue/extern/SharedPtr.h"
#include "keyvalue/key/Key.h"
#include "keyvalue/value/Result.h"
#include "keyvalue/value/TypeName.h"
#include "keyvalue/value/Value.h"
#include "keyvalue/sys/exception/Exception.h"
#include "keyvalue/sys/logger/GlobalLogger.h"
Go to the source code of this file.
Classes | |
class | DataSet |
A named map from keys to values. More... | |
struct | Record |
A wrapper around a value::Value. More... | |
struct | Graph |
Simplified dependency graph. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this |
Declaration of class
DataSet.