SheafSystem
0.0.0.0
|
Row dofs type for class abstract_poset_member. More...
#include <abstract_poset_member.h>
ABSTRACT_POSET_MEMBER_ROW_DOFS_TYPE FACET | |
typedef unsigned char | dof_type |
The type of the dofs. More... | |
typedef abstract_poset_member_row_dofs_type | row_dofs_type |
The type of the row dofs (type of this). More... | |
dof_type & | operator[] (size_type xi) |
Xi-th byte (mutable version). More... | |
const dof_type & | operator[] (size_type xi) const |
Xi-th byte (const version). More... | |
row_dofs_type * | clone () const |
Creates a new instance of the same type as this. More... | |
Row dofs type for class abstract_poset_member.
Definition at line 115 of file abstract_poset_member.h.
typedef unsigned char sheaf::abstract_poset_member_row_dofs_type::dof_type |
The type of the dofs.
Definition at line 127 of file abstract_poset_member.h.
typedef abstract_poset_member_row_dofs_type sheaf::abstract_poset_member_row_dofs_type::row_dofs_type |
The type of the row dofs (type of this).
Definition at line 132 of file abstract_poset_member.h.
sheaf::abstract_poset_member_row_dofs_type * sheaf::abstract_poset_member_row_dofs_type::clone | ( | ) | const |
Creates a new instance of the same type as this.
Definition at line 124 of file abstract_poset_member.cc.
References sheaf::abstract_poset_member::new_host().
Referenced by operator[]().
sheaf::abstract_poset_member_row_dofs_type::dof_type & sheaf::abstract_poset_member_row_dofs_type::operator[] | ( | size_type | xi | ) |
Xi-th byte (mutable version).
Definition at line 110 of file abstract_poset_member.cc.
Referenced by sheaf::abstract_poset_member_table_dofs_type::clone().
const sheaf::abstract_poset_member_row_dofs_type::dof_type & sheaf::abstract_poset_member_row_dofs_type::operator[] | ( | size_type | xi | ) | const |
Xi-th byte (const version).
Definition at line 117 of file abstract_poset_member.cc.
References clone().