fastcgi++
Public Member Functions | Public Attributes | Private Member Functions
ASql::Data::IndySetBuilder< T > Class Template Reference

Wraps a Set object around an new auto-allocated individual object of type T. More...

#include <data.hpp>

Inheritance diagram for ASql::Data::IndySetBuilder< T >:
ASql::Data::Set

List of all members.

Public Member Functions

 IndySetBuilder ()

Public Attributes

data
 Object of type T that the Set is wrapped around. This is your object.

Private Member Functions

virtual size_t numberOfSqlElements () const
 Returns 1 as it is an individual container.
virtual Index getSqlIndex (const size_t index) const
 Just returns an index to data.

Detailed Description

template<class T>
class ASql::Data::IndySetBuilder< T >

Wraps a Set object around an new auto-allocated individual object of type T.

Template Parameters:
Tobject type to create.

Definition at line 465 of file data.hpp.


Constructor & Destructor Documentation

template<class T >
ASql::Data::IndySetBuilder< T >::IndySetBuilder ( )
inline

Definition at line 470 of file data.hpp.


Member Function Documentation

template<class T >
virtual Index ASql::Data::IndySetBuilder< T >::getSqlIndex ( const size_t  index) const
inlineprivatevirtual

Just returns an index to data.

Implements ASql::Data::Set.

Definition at line 475 of file data.hpp.

References ASql::Data::IndySetBuilder< T >::data.

template<class T >
virtual size_t ASql::Data::IndySetBuilder< T >::numberOfSqlElements ( ) const
inlineprivatevirtual

Returns 1 as it is an individual container.

Implements ASql::Data::Set.

Definition at line 473 of file data.hpp.


Member Data Documentation

template<class T >
T ASql::Data::IndySetBuilder< T >::data

Object of type T that the Set is wrapped around. This is your object.

Definition at line 469 of file data.hpp.

Referenced by ASql::Data::IndySetBuilder< T >::getSqlIndex().


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