dune-spgrid 2.7
Public Member Functions | List of all members
Dune::SPPartitionList< dim >::Node Struct Reference

#include <dune/grid/spgrid/partitionlist.hh>

Public Member Functions

 Node (const Partition &partition)
 
 Node (const Node &other)
 
 Node (Node &&other)
 
 ~Node ()
 
Nodeoperator= (const Node &)=delete
 
Nodeoperator= (Node &&)=delete
 
void append (Node *other)
 
const Partitionpartition () const
 
const Nodenext () const
 

Constructor & Destructor Documentation

◆ Node() [1/3]

template<int dim>
Dune::SPPartitionList< dim >::Node::Node ( const Partition partition)
inlineexplicit

◆ Node() [2/3]

template<int dim>
Dune::SPPartitionList< dim >::Node::Node ( const Node other)
inline

◆ Node() [3/3]

template<int dim>
Dune::SPPartitionList< dim >::Node::Node ( Node &&  other)
inline

◆ ~Node()

template<int dim>
Dune::SPPartitionList< dim >::Node::~Node ( )
inline

Member Function Documentation

◆ append()

template<int dim>
void Dune::SPPartitionList< dim >::Node::append ( Node other)
inline

◆ next()

template<int dim>
const Node * Dune::SPPartitionList< dim >::Node::next ( ) const
inline

◆ operator=() [1/2]

template<int dim>
Node & Dune::SPPartitionList< dim >::Node::operator= ( const Node )
delete

◆ operator=() [2/2]

template<int dim>
Node & Dune::SPPartitionList< dim >::Node::operator= ( Node &&  )
delete

◆ partition()

template<int dim>
const Partition & Dune::SPPartitionList< dim >::Node::partition ( ) const
inline

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