SheafSystem  0.0.0.0
abstract_poset_member.impl.h File Reference

Implementation for abstract_poset_member facet function templates. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/abstract_poset_member.h"

Go to the source code of this file.

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

template<typename T >
T::table_dofs_type & sheaf::table_dofs (T &x0)
 The table dofs pod type for x0 (mutable version). More...
 
template<typename T >
const T::table_dofs_type & sheaf::table_dofs (const T &x0)
 The table dofs pod type for x0 (const version). More...
 
template<typename T >
T::table_dofs_type & sheaf::table_dofs (T &x0, bool xauto_access)
 The table dofs pod type for x0 (mutable auto-access version). More...
 
template<typename T >
const T::table_dofs_type & sheaf::table_dofs (const T &x0, bool xauto_access)
 The table dofs pod type for x0 (const auto-access version). More...
 
template<typename T >
T::row_dofs_type & sheaf::row_dofs (T &x0)
 The row dofs pod type for x0 (mutable version). More...
 
template<typename T >
const T::row_dofs_type & sheaf::row_dofs (const T &x0)
 The row dofs pod type for x0 (const version). More...
 
template<typename T >
T::row_dofs_type & sheaf::row_dofs (T &x0, bool xauto_access)
 The row dofs pod type for x0 (mutable auto-access version). More...
 
template<typename T >
const T::row_dofs_type & sheaf::row_dofs (const T &x0, bool xauto_access)
 The row dofs pod type for x0 (const auto-access version). More...
 

Detailed Description

Implementation for abstract_poset_member facet function templates.

Definition in file abstract_poset_member.impl.h.