Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <field_values.hh>
Public Types | |
typedef std::string | elem_type |
Public Member Functions | |
StringTensor (unsigned int n_rows, unsigned int n_cols) | |
std::string & | at (unsigned int row) |
std::string & | at (unsigned int row, unsigned int col) |
void | zeros () |
Public Attributes | |
unsigned int | n_rows |
unsigned int | n_cols |
Private Attributes | |
std::vector< std::string > | values_ |
Mimics arma::mat<std::string>. Used in FieldFormula
Definition at line 540 of file field_values.hh.
typedef std::string StringTensor::elem_type |
Definition at line 542 of file field_values.hh.
|
inline |
Definition at line 544 of file field_values.hh.
|
inline |
|
inline |
Definition at line 548 of file field_values.hh.
|
inline |
Definition at line 550 of file field_values.hh.
unsigned int StringTensor::n_cols |
Definition at line 554 of file field_values.hh.
unsigned int StringTensor::n_rows |
Definition at line 553 of file field_values.hh.
|
private |
Definition at line 556 of file field_values.hh.