COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ListBufferT< 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::ListBufferT< T >::Buffer

Definition at line 54 of file ListBufferT.hpp.

Constructor & Destructor Documentation

Buffer ( )
inline

Definition at line 56 of file ListBufferT.hpp.

Buffer ( const Uint  size)
inline

Definition at line 57 of file ListBufferT.hpp.

Member Function Documentation

void reset ( )
inline

Definition at line 66 of file ListBufferT.hpp.

void resize ( const Uint  size)
inline

Definition at line 60 of file ListBufferT.hpp.

Uint size ( ) const
inline

Definition at line 70 of file ListBufferT.hpp.

Member Data Documentation

std::vector<bool> is_not_empty

Definition at line 59 of file ListBufferT.hpp.

Array_t rows

Definition at line 58 of file ListBufferT.hpp.


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