SerializableValueBinder< PackerType > Class Template Reference
#include <serialization.h>
Public Types | |
typedef SerializableValueBinder | binder_type |
Public Member Functions | |
SerializableValueBinder (packer_type &packer, ByteBuffer &buffer) | |
binder_type & | binder (PreparedStatement &statement) |
template<typename T > | |
binder_type & | bind (const unsigned int index, const T &value) SSRC_DECL_THROW(DatabaseException) |
template<typename... P> | |
binder_type & | bindp (const P &...p) SSRC_DECL_THROW(DatabaseException) |
Detailed Description
template<typename PackerType>
class SerializableValueBinder< PackerType >
Definition at line 70 of file serialization.h.
Member Typedef Documentation
template<typename PackerType >
typedef SerializableValueBinder SerializableValueBinder< PackerType >::binder_type |
Definition at line 78 of file serialization.h.
Constructor & Destructor Documentation
template<typename PackerType >
SerializableValueBinder< PackerType >::SerializableValueBinder | ( | packer_type & | packer, |
ByteBuffer & | buffer | ||
) | [inline] |
Definition at line 80 of file serialization.h.
Member Function Documentation
template<typename PackerType >
template<typename T >
binder_type& SerializableValueBinder< PackerType >::bind | ( | const unsigned int | index, |
const T & | value | ||
) | [inline] |
Definition at line 90 of file serialization.h.
References value().
template<typename PackerType >
binder_type& SerializableValueBinder< PackerType >::binder | ( | PreparedStatement & | statement | ) | [inline] |
Definition at line 84 of file serialization.h.
template<typename PackerType >
template<typename... P>
binder_type& SerializableValueBinder< PackerType >::bindp | ( | const P &... | p | ) | [inline] |
Definition at line 116 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.