phdMesh
Version of the Day
|
An anonymous array dimension tag, which is NOT the recommended usage. More...
#include <Array.hpp>
Public Member Functions | |
const char * | name () const |
Name of the tag, typically the name of the derived class. | |
Public Member Functions inherited from phdmesh::ArrayDimTag | |
virtual std::string | to_string (unsigned dimension, unsigned index) const |
Given a dimension and index produce a string for output. Default to converting index to a string. | |
virtual unsigned | to_index (unsigned dimension, const std::string &label) const |
Given a dimension and input strige produce an index. Default to converting label to an integer. | |
Static Public Member Functions | |
static const ArrayDimension & | tag () |
Singleton. | |
An anonymous array dimension tag, which is NOT the recommended usage.