SerializableValueLoader< UnpackerType > Class Template Reference
#include <serialization.h>
Public Member Functions | |
| SerializableValueLoader (unpacker_type &unpacker) | |
| template<typename T > | |
| SerializableValueLoader & | load (const ResultSet &result, const unsigned int index, T &value) |
| template<typename... P> | |
| SerializableValueLoader & | loadp (const ResultSet &result, P &...p) SSRC_DECL_THROW(DatabaseException) |
| template<const unsigned int index, typename... P> | |
| SerializableValueLoader & | loadp (const ResultSet &result, P &...p) SSRC_DECL_THROW(DatabaseException) |
Detailed Description
template<typename UnpackerType>
class SerializableValueLoader< UnpackerType >
Definition at line 146 of file serialization.h.
Constructor & Destructor Documentation
template<typename UnpackerType >
| SerializableValueLoader< UnpackerType >::SerializableValueLoader | ( | unpacker_type & | unpacker | ) | [inline] |
Definition at line 153 of file serialization.h.
Member Function Documentation
template<typename UnpackerType >
template<typename T >
| SerializableValueLoader& SerializableValueLoader< UnpackerType >::load | ( | const ResultSet & | result, |
| const unsigned int | index, | ||
| T & | value | ||
| ) | [inline] |
Definition at line 159 of file serialization.h.
References value().
template<typename UnpackerType >
template<typename... P>
| SerializableValueLoader& SerializableValueLoader< UnpackerType >::loadp | ( | const ResultSet & | result, |
| P &... | p | ||
| ) | [inline] |
Definition at line 181 of file serialization.h.
template<typename UnpackerType >
template<const unsigned int index, typename... P>
| SerializableValueLoader& SerializableValueLoader< UnpackerType >::loadp | ( | const ResultSet & | result, |
| P &... | p | ||
| ) | [inline] |
Definition at line 188 of file serialization.h.
The documentation for this class was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.