#include <Trait.h>
template<typename TRAIT_TYPE>
emp::TraitDef< TRAIT_TYPE >::TraitDef |
( |
const std::string & |
_name, |
|
|
const std::string & |
_desc, |
|
|
const TRAIT_TYPE & |
_default_val, |
|
|
int |
_index |
|
) |
| |
|
inline |
template<typename TRAIT_TYPE>
template<typename TRAIT_TYPE>
const TRAIT_TYPE& emp::TraitDef< TRAIT_TYPE >::GetDefault |
( |
| ) |
const |
|
inline |
template<typename TRAIT_TYPE>
const std::string& emp::TraitDef< TRAIT_TYPE >::GetDesc |
( |
| ) |
const |
|
inline |
template<typename TRAIT_TYPE>
template<typename TRAIT_TYPE>
template<typename TRAIT_TYPE>
const std::string& emp::TraitDef< TRAIT_TYPE >::GetName |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: