OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Static Public Member Functions | List of all members
CastsTrait< ELEM, ELEM > Struct Template Reference

#include <SpecificElementVisitor.h>

Public Types

typedef std::list< const ELEM * > ElementList_t
 

Static Public Member Functions

static void apply (ElementList_t &allElements, const ELEM &element)
 

Detailed Description

template<class ELEM>
struct CastsTrait< ELEM, ELEM >

Definition at line 69 of file SpecificElementVisitor.h.

Member Typedef Documentation

template<class ELEM >
typedef std::list<const ELEM*> CastsTrait< ELEM, ELEM >::ElementList_t

Definition at line 70 of file SpecificElementVisitor.h.

Member Function Documentation

template<class ELEM >
static void CastsTrait< ELEM, ELEM >::apply ( ElementList_t allElements,
const ELEM &  element 
)
inlinestatic

Definition at line 72 of file SpecificElementVisitor.h.


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