Savarese Software Research Corporation
VectorBlob< T > Struct Template Reference

This class is intended only for use with primitive types or structures composed only of primitive types that don't define serialization functions. More...

#include <VectorBlob.h>

Inheritance diagram for VectorBlob< T >:

List of all members.

Public Types

typedef
NS_SSRC_WSPR_DATABASE::blob_type 
db_value_type
typedef std::vector< T > super
typedef super::value_type value_type

Public Member Functions

 VectorBlob ()
 VectorBlob (const db_value_type &blob)

Public Attributes

elements
 STL member.

Friends

PreparedStatement & bind_column (PreparedStatement &statement, const unsigned int index, const VectorBlob &vec)

Detailed Description

template<typename T>
struct VectorBlob< T >

This class is intended only for use with primitive types or structures composed only of primitive types that don't define serialization functions.

Definition at line 40 of file VectorBlob.h.


Member Typedef Documentation

template<typename T >
typedef NS_SSRC_WSPR_DATABASE::blob_type VectorBlob< T >::db_value_type

Definition at line 41 of file VectorBlob.h.

template<typename T >
typedef std::vector<T> VectorBlob< T >::super

Definition at line 42 of file VectorBlob.h.

template<typename T >
typedef super::value_type VectorBlob< T >::value_type

Definition at line 43 of file VectorBlob.h.


Constructor & Destructor Documentation

template<typename T >
VectorBlob< T >::VectorBlob ( ) [inline]

Definition at line 45 of file VectorBlob.h.

template<typename T >
VectorBlob< T >::VectorBlob ( const db_value_type blob) [inline]

Definition at line 47 of file VectorBlob.h.


Friends And Related Function Documentation

template<typename T >
PreparedStatement& bind_column ( PreparedStatement &  statement,
const unsigned int  index,
const VectorBlob< T > &  vec 
) [friend]

Definition at line 55 of file VectorBlob.h.


Member Data Documentation

template<typename T>
T std::vector< T >::elements [inherited]

STL member.


The documentation for this struct was generated from the following file:

Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.