Flow123d
last_with_con_2.0.0-4-g42e6930
|
#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 493 of file field_values.hh.
typedef std::string StringTensor::elem_type |
Definition at line 495 of file field_values.hh.
|
inline |
Definition at line 497 of file field_values.hh.
|
inline |
|
inline |
Definition at line 501 of file field_values.hh.
|
inline |
Definition at line 503 of file field_values.hh.
unsigned int StringTensor::n_cols |
Definition at line 507 of file field_values.hh.
unsigned int StringTensor::n_rows |
Definition at line 506 of file field_values.hh.
|
private |
Definition at line 509 of file field_values.hh.