SheafSystem  0.0.0.0
abstract_poset_member.h File Reference

Interface for class abstract_poset_member. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/poset_component.h"
#include "SheafSystem/primitive_value.h"
#include "SheafSystem/std_iostream.h"
#include "SheafSystem/std_string.h"

Go to the source code of this file.

Classes

class  sheaf::block< T >
 An auto_block with a no-initialization initialization policy. More...
 
class  sheaf::abstract_poset_member_table_dofs_type
 Table dofs type for class abstract_poset_member. More...
 
class  sheaf::abstract_poset_member_row_dofs_type
 Row dofs type for class abstract_poset_member. More...
 
class  sheaf::abstract_poset_member
 An abstract client handle for a member of a poset. More...
 

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...
 
SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &os, const abstract_poset_member &p)
 Insert abstract_poset_member& p into ostream& os. More...
 
SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &os, const abstract_poset_member *p)
 

Detailed Description

Interface for class abstract_poset_member.

Definition in file abstract_poset_member.h.