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

Public Member Functions

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

Public Attributes

Array_t rows
 
std::vector< bool > is_not_empty
 

Detailed Description

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

Definition at line 57 of file ArrayBufferT.hpp.

Constructor & Destructor Documentation

Buffer ( )
inline

Definition at line 59 of file ArrayBufferT.hpp.

Buffer ( const Uint  size,
const Uint  nb_cols 
)
inline

Definition at line 60 of file ArrayBufferT.hpp.

Member Function Documentation

void reset ( )
inline

Definition at line 69 of file ArrayBufferT.hpp.

void resize ( const Uint  size,
const Uint  nb_cols 
)
inline

Definition at line 63 of file ArrayBufferT.hpp.

Uint size ( ) const
inline

Definition at line 73 of file ArrayBufferT.hpp.

Member Data Documentation

std::vector<bool> is_not_empty

Definition at line 62 of file ArrayBufferT.hpp.

Array_t rows

Definition at line 61 of file ArrayBufferT.hpp.


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