Flow123d
release_3.0.0-1166-g21aa698
|
#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 553 of file field_values.hh.
typedef std::string StringTensor::elem_type |
Definition at line 555 of file field_values.hh.
|
inline |
Definition at line 557 of file field_values.hh.
|
inline |
|
inline |
Definition at line 561 of file field_values.hh.
|
inline |
Definition at line 563 of file field_values.hh.
unsigned int StringTensor::n_cols |
Definition at line 567 of file field_values.hh.
unsigned int StringTensor::n_rows |
Definition at line 566 of file field_values.hh.
|
private |
Definition at line 569 of file field_values.hh.