OKlibrary
0.2.1.6
|
Classes | |
struct | fill_variables |
struct | fill_variables< VarD, Iterator, std::string > |
struct | fill_variables< VarD, Iterator, int > |
Functions | |
template<class VarD > | |
void | test_capacity (VarD &Dom, const int n, Concepts_Variables::VariableDomain_tag) |
template<class VarD > | |
void | test_capacity (VarD &Dom, const int n, Concepts_Variables::VariableDomainWithSizeType_tag) |
template<class VarD , typename Iterator > | |
void | test_order (const Iterator begin, const Iterator end, const VarD &Dom, Traits_Variables::OrderNameInherited) |
template<class VarD , typename Iterator > | |
void | test_order (const Iterator begin, const Iterator end, const VarD &, Traits_Variables::OrderByCreation) |
template<class T > | |
void | test_equal (T x) |
template<class T > | |
void | test_less (T a, T b) |
void Tests_General::Helper_VariableDomain::test_capacity | ( | VarD & | Dom, |
const int | n, | ||
Concepts_Variables::VariableDomain_tag | |||
) |
Definition at line 37 of file Tests_Variables.hpp.
Referenced by Tests_General::Test< VarD, Concepts_Variables::VariableDomain_tag >::create_variables().
void Tests_General::Helper_VariableDomain::test_capacity | ( | VarD & | Dom, |
const int | n, | ||
Concepts_Variables::VariableDomainWithSizeType_tag | |||
) |
Definition at line 40 of file Tests_Variables.hpp.
void Tests_General::Helper_VariableDomain::test_equal | ( | T | x | ) |
Definition at line 95 of file Tests_Variables.hpp.
void Tests_General::Helper_VariableDomain::test_less | ( | T | a, |
T | b | ||
) |
Definition at line 99 of file Tests_Variables.hpp.
void Tests_General::Helper_VariableDomain::test_order | ( | const Iterator | begin, |
const Iterator | end, | ||
const VarD & | Dom, | ||
Traits_Variables::OrderNameInherited | |||
) |
Definition at line 71 of file Tests_Variables.hpp.
References end.
Referenced by Test< Var, ConceptDefinitions::VariableWithHistory_tag >::Test().
void Tests_General::Helper_VariableDomain::test_order | ( | const Iterator | begin, |
const Iterator | end, | ||
const VarD & | , | ||
Traits_Variables::OrderByCreation | |||
) |
Definition at line 86 of file Tests_Variables.hpp.
References end.