COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
DynArrayBufferT< T >::Buffer Struct Reference

Public Member Functions

 Buffer ()
 
 Buffer (const Uint size)
 
void resize (const Uint size)
 
void reset ()
 
Uint size () const
 

Public Attributes

Array_t rows
 
std::vector< bool > is_not_empty
 

Detailed Description

template<typename T>
struct cf3::common::DynArrayBufferT< T >::Buffer

Definition at line 142 of file DynTable.hpp.

Constructor & Destructor Documentation

Buffer ( )
inline

Definition at line 144 of file DynTable.hpp.

Buffer ( const Uint  size)
inline

Definition at line 145 of file DynTable.hpp.

Member Function Documentation

void reset ( )
inline

Definition at line 154 of file DynTable.hpp.

void resize ( const Uint  size)
inline

Definition at line 148 of file DynTable.hpp.

Uint size ( ) const
inline

Definition at line 158 of file DynTable.hpp.

Member Data Documentation

std::vector<bool> is_not_empty

Definition at line 147 of file DynTable.hpp.

Array_t rows

Definition at line 146 of file DynTable.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin