COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Static Public Member Functions | List of all members
TableRowWrapper< ValueT > Struct Template Reference

Functions exposed to python dealing with table rows. More...

Public Types

typedef common::Table< ValueT > TableT
 
typedef TableT::Row RowT
 

Static Public Member Functions

static void set_item (RowT &self, const Uint i, const ValueT value)
 
static ValueT get_item (RowT &self, const Uint i)
 
static Uint size (const RowT &self)
 
static std::string to_str (RowT &self)
 

Detailed Description

template<typename ValueT>
struct cf3::python::TableRowWrapper< ValueT >

Functions exposed to python dealing with table rows.

Definition at line 29 of file TableWrapper.cpp.

Member Typedef Documentation

typedef TableT::Row RowT

Definition at line 32 of file TableWrapper.cpp.

typedef common::Table<ValueT> TableT

Definition at line 31 of file TableWrapper.cpp.

Member Function Documentation

static ValueT get_item ( RowT self,
const Uint  i 
)
inlinestatic

Definition at line 41 of file TableWrapper.cpp.

static void set_item ( RowT self,
const Uint  i,
const ValueT  value 
)
inlinestatic

Definition at line 34 of file TableWrapper.cpp.

static Uint size ( const RowT self)
inlinestatic

Definition at line 51 of file TableWrapper.cpp.

static std::string to_str ( RowT self)
inlinestatic

Definition at line 56 of file TableWrapper.cpp.


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