Public Member Functions | Private Attributes

soa::Generic Class Reference

#include <soa_types.h>

Inheritance diagram for soa::Generic:
soa::Base64Bin soa::Complex soa::Primitive< T, Y > soa::Array< T > soa::Collection abicollab::Friend abicollab::FriendFiles abicollab::Group abicollab::GroupFiles

List of all members.

Public Member Functions

 Generic (const std::string &n, Type t)
virtual ~Generic ()
virtual bool complex ()
const std::string & name () const
Type type () const
template<class T >
boost::shared_ptr< T > as ()
template<class T >
boost::shared_ptr< T > as (const std::string &n)

Private Attributes

std::string name_
Type type_

Constructor & Destructor Documentation

soa::Generic::Generic ( const std::string &  n,
Type  t 
) [inline]
virtual soa::Generic::~Generic (  )  [inline, virtual]

Member Function Documentation

template<class T >
boost::shared_ptr<T> soa::Generic::as (  )  [inline]
template<class T >
boost::shared_ptr<T> soa::Generic::as ( const std::string &  n  )  [inline]

References name_.

virtual bool soa::Generic::complex (  )  [inline, virtual]

Reimplemented in soa::Complex.

const std::string& soa::Generic::name (  )  const [inline]

References name_.

Referenced by soa::Array< T >::construct().

Type soa::Generic::type (  )  const [inline]

References type_.


Member Data Documentation

Referenced by type().


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