FEI  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Static Public Member Functions | List of all members
snl_fei::SetTraits< SET_TYPE > Struct Template Reference

#include <snl_fei_SetTraits.hpp>

Static Public Member Functions

static void insert (SET_TYPE *set_obj, typename SET_TYPE::key_type item)
 

Detailed Description

template<typename SET_TYPE>
struct snl_fei::SetTraits< SET_TYPE >

Define traits 'set' objects. For now, only 1 trait: inserting an item into a set, in cases where we don't care about the return-value. In general, we just call the set's insert method. But this trait will be specialized (in other headers) to call the 'insert2' method for special fei set objects.

Definition at line 23 of file snl_fei_SetTraits.hpp.

Member Function Documentation

template<typename SET_TYPE >
static void snl_fei::SetTraits< SET_TYPE >::insert ( SET_TYPE *  set_obj,
typename SET_TYPE::key_type  item 
)
inlinestatic

insert item in specified set

Definition at line 25 of file snl_fei_SetTraits.hpp.


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