FEI Package Browser (Single Doxygen Collection)
Version of the Day
Loading...
Searching...
No Matches
base
snl_fei_SetTraits_specialize.hpp
Go to the documentation of this file.
1
#ifndef _snl_fei_SetTraits_specialize_hpp_
2
#define _snl_fei_SetTraits_specialize_hpp_
3
4
/*--------------------------------------------------------------------*/
5
/* Copyright 2005 Sandia Corporation. */
6
/* Under the terms of Contract DE-AC04-94AL85000, there is a */
7
/* non-exclusive license for use of this work by or on behalf */
8
/* of the U.S. Government. Export of this program may require */
9
/* a license from the United States Government. */
10
/*--------------------------------------------------------------------*/
11
12
#include <
fei_macros.hpp
>
13
#include <
fei_ctg_set.hpp
>
14
#include <
snl_fei_SetTraits.hpp
>
15
16
namespace
snl_fei
{
17
19
template
<>
20
struct
SetTraits
<
fei
::ctg_set<int> > {
22
static
void
insert
(
fei::ctg_set<int>
* set_obj,
int
item)
23
{ set_obj->
insert2
(item); }
24
};
25
26
}
//namespace snl_fei
27
#endif
28
fei::ctg_set
Definition:
fei_ctg_set.hpp:39
fei::ctg_set::insert2
void insert2(const T &item)
Definition:
fei_ctg_set.hpp:326
fei_ctg_set.hpp
fei_macros.hpp
fei
Definition:
fei_ArrayUtils.hpp:16
snl_fei
Definition:
fei_MatrixGraph_Impl2.cpp:46
snl_fei_SetTraits.hpp
snl_fei::SetTraits< fei::ctg_set< int > >::insert
static void insert(fei::ctg_set< int > *set_obj, int item)
Definition:
snl_fei_SetTraits_specialize.hpp:22
snl_fei::SetTraits
Definition:
snl_fei_SetTraits.hpp:23
Generated by
1.9.6