libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
#include <string>
#include <vector>
#include <deque>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | BaseLib::Database::DataColumn |
Class to store data of a database column in. More... | |
struct | BaseLib::Database::DataColumn::DataType |
Enumeration of the data types which can be stored in this class. More... | |
Namespaces | |
BaseLib | |
BaseLib::Database | |
Typedefs | |
typedef std::map< uint32_t, std::map< uint32_t, std::shared_ptr< DataColumn > > > | BaseLib::Database::DataTable |
Type definition to easily create a DataTable. More... | |
typedef std::deque< std::shared_ptr< DataColumn > > | BaseLib::Database::DataRow |
Type definition to easily create a DataRow. More... | |