Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::ObjectPool::SpecificElement< T > Struct Template Reference
Inheritance diagram for impala::ObjectPool::SpecificElement< T >:
Collaboration diagram for impala::ObjectPool::SpecificElement< T >:

Public Member Functions

 SpecificElement (T *t)
 
 ~SpecificElement ()
 

Public Attributes

T * t
 

Detailed Description

template<class T>
struct impala::ObjectPool::SpecificElement< T >

Definition at line 57 of file object-pool.h.

Constructor & Destructor Documentation

template<class T>
impala::ObjectPool::SpecificElement< T >::SpecificElement ( T *  t)
inline

Definition at line 58 of file object-pool.h.

template<class T>
impala::ObjectPool::SpecificElement< T >::~SpecificElement ( )
inline

Definition at line 59 of file object-pool.h.

References impala::ObjectPool::SpecificElement< T >::t.

Member Data Documentation

template<class T>
T* impala::ObjectPool::SpecificElement< T >::t

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