SheafSystem  0.0.0.0
sheaf::abstract_poset_member_table_dofs_type Class Reference

Table dofs type for class abstract_poset_member. More...

#include <abstract_poset_member.h>

ABSTRACT_POSET_MEMBER_TABLE_DOFS_TYPE FACET

typedef unsigned char dof_type
 The type of the dofs. More...
 
typedef abstract_poset_member_table_dofs_type table_dofs_type
 The type of the table dofs (type of this). More...
 
dof_typeoperator[] (size_type xi)
 Xi-th byte (mutable version). More...
 
const dof_typeoperator[] (size_type xi) const
 Xi-th byte (const version). More...
 
table_dofs_typeclone () const
 Creates a new instance of the same type as this. More...
 

Detailed Description

Table dofs type for class abstract_poset_member.

Definition at line 66 of file abstract_poset_member.h.

Member Typedef Documentation

◆ dof_type

The type of the dofs.

Definition at line 78 of file abstract_poset_member.h.

◆ table_dofs_type

The type of the table dofs (type of this).

Definition at line 83 of file abstract_poset_member.h.

Member Function Documentation

◆ clone()

sheaf::abstract_poset_member_table_dofs_type * sheaf::abstract_poset_member_table_dofs_type::clone ( ) const

Creates a new instance of the same type as this.

Definition at line 88 of file abstract_poset_member.cc.

References sheaf::abstract_poset_member_row_dofs_type::operator[]().

Referenced by operator[]().

◆ operator[]() [1/2]

sheaf::abstract_poset_member_table_dofs_type::dof_type & sheaf::abstract_poset_member_table_dofs_type::operator[] ( size_type  xi)

Xi-th byte (mutable version).

Definition at line 74 of file abstract_poset_member.cc.

◆ operator[]() [2/2]

const sheaf::abstract_poset_member_table_dofs_type::dof_type & sheaf::abstract_poset_member_table_dofs_type::operator[] ( size_type  xi) const

Xi-th byte (const version).

Definition at line 81 of file abstract_poset_member.cc.

References clone().


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