phdMesh  Version of the Day
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
Public Member Functions | Static Public Member Functions | List of all members
phdmesh::ArrayDimension Class Reference

An anonymous array dimension tag, which is NOT the recommended usage. More...

#include <Array.hpp>

Inheritance diagram for phdmesh::ArrayDimension:
phdmesh::ArrayDimTag

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 ArrayDimensiontag ()
 Singleton.
 

Detailed Description

An anonymous array dimension tag, which is NOT the recommended usage.

Definition at line 190 of file Array.hpp.


The documentation for this class was generated from the following file: