|
void | arrayViewPtrConv (const ArrayPtrT_in &a_in, const ArrayView< Ptr< T_out > > &a_out) |
|
void | arrayViewRcpConv (const ArrayPtrT_in &a_in, const ArrayView< RCP< T_out > > &a_out) |
|
Array< Ptr< T_out > > | arrayPtrConv (const ArrayPtrT_in &a_in) |
|
Array< RCP< T_out > > | arrayRcpConv (const ArrayPtrT_in &a_in) |
|
ArrayView< const Ptr< const T > > | arrayConstPtrConstCast (const ArrayView< const Ptr< T > > &a_in) |
|
ArrayView< const RCP< const T > > | arrayConstRcpConstCast (const ArrayView< const RCP< T > > &a_in) |
|
RCPNode * | ArrayRCP_createNewRCPNodeRawPtr (T *p, bool has_ownership_in) |
|
RCPNode * | ArrayRCP_createNewDeallocRCPNodeRawPtr (T *p, Dealloc_T dealloc, bool has_ownership_in) |
|
TypeTo | as (const TypeFrom &t) |
|
TypeTo | asSafe (const TypeFrom &t) |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | dyn_cast_throw_exception (const std::string &T_from, const std::string &T_from_concr, const std::string &T_to) |
|
T_To & | dyn_cast (T_From &from) |
|
const T & | getConst (T &t) |
|
RawPointerConversionTraits< Container >::Ptr_t | getRawPtr (const Container &c) |
|
std::string | toString (const HashSet< Key > &h) |
|
std::ostream & | operator<< (std::ostream &os, const HashSet< Key > &h) |
|
std::string | toString (const Hashtable< Key, Value > &h) |
|
std::ostream & | operator<< (std::ostream &os, const Hashtable< Key, Value > &h) |
|
TypeTo | implicit_cast (const TypeFrom &t) |
|
TypeTo & | implicit_ref_cast (TypeFrom &t) |
|
TypeTo * | implicit_ptr_cast (TypeFrom *t) |
|
std::istream & | enumIstreamExtractor (std::istream &std_is, EnumType &enum_value) |
|
RCPNode * | RCP_createNewRCPNodeRawPtrNonowned (T *p) |
|
RCPNode * | RCP_createNewRCPNodeRawPtrNonownedUndefined (T *p) |
|
RCPNode * | RCP_createNewRCPNodeRawPtr (T *p, bool has_ownership_in) |
|
RCPNode * | RCP_createNewDeallocRCPNodeRawPtr (T *p, Dealloc_T dealloc, bool has_ownership_in) |
|
RCPNode * | RCP_createNewDeallocRCPNodeRawPtrUndefined (T *p, Dealloc_T dealloc, bool has_ownership_in) |
|
TEUCHOS_DEPRECATED RCP< T > | rcp (T *p, Dealloc_T dealloc, bool owns_mem) |
|
RCP< ParentT > | getInvertedObjOwnershipParent (const RCP< T > &invertedChild) |
|
void | debugAssertStrength (ERCPStrength strength) |
|
bool | is_null (const std::shared_ptr< T > &p) |
|
bool | nonnull (const std::shared_ptr< T > &p) |
|
RCP< SimpleObjectDB< T > > | createSimpleObjectDB () |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | TestForException_incrThrowNumber () |
|
TEUCHOSCORE_LIB_DLL_EXPORT int | TestForException_getThrowNumber () |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | TestForException_break (const std::string &msg) |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | TestForException_setEnableStacktrace (bool enableStrackTrace) |
|
TEUCHOSCORE_LIB_DLL_EXPORT bool | TestForException_getEnableStacktrace () |
|
void | updateSuccess (const bool result, bool &success) |
|
const std::string | passfail (const bool result) |
|
TEUCHOSCORE_LIB_DLL_EXPORT const std::string | passfail_with_location (const bool result, const std::string &file, const int lineNumber) |
|
void | showTestFailureLocation (bool) |
|
bool | showTestFailureLocation () |
|
Scalar | defaultSmallNumber () |
|
ScalarTraits< Scalar >::magnitudeType | relErr (const Scalar &s1, const Scalar &s2) |
|
bool | testRelErr (const std::string &v1_name, const Scalar &v1, const std::string &v2_name, const Scalar &v2, const std::string &maxRelErr_error_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_error, const std::string &maxRelErr_warning_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_warning, const Ptr< std::ostream > &out) |
|
bool | compareArrays (const Array1 &a1, const std::string &a1_name, const Array2 &a2, const std::string &a2_name, Teuchos::FancyOStream &out) |
|
bool | compareFloatingArrays (const Array1 &a1, const std::string &a1_name, const Array2 &a2, const std::string &a2_name, const ScalarMag &tol, Teuchos::FancyOStream &out) |
|
std::string | toString (const T &t) |
|
std::istringstream & | operator>> (std::istringstream &in, TwoDArray< T > &array) |
|
std::ostream & | operator<< (std::ostream &os, const TwoDArray< T > &array) |
|
bool | operator== (const TwoDArray< T > &a1, const TwoDArray< T > &a2) |
|
TEUCHOSCORE_LIB_DLL_EXPORT std::string | demangleName (const std::string &mangledName) |
|
std::string | typeName (const T &t) |
|
std::string | concreteTypeName (const T &t) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (bool) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (char) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (signed char) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (unsigned char) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (short int) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (long int) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (unsigned short int) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (unsigned long int) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (float) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (double) |
|
bool | operator< (const UnitTestData &a, const UnitTestData &b) |
|
std::string | getUnitTestName (const std::string groupName, const std::string testName) |
|
bool | strMatch (const std::string &fullMatchStr, const std::string &str) |
|
TEUCHOSCORE_LIB_DLL_EXPORT std::string | toString (const EVerbosityLevel verbLevel) |
|
TEUCHOSCORE_LIB_DLL_EXPORT bool | includesVerbLevel (const EVerbosityLevel verbLevel, const EVerbosityLevel requestedVerbLevel, const bool isDefaultLevel=false) |
|
TEUCHOSCORE_LIB_DLL_EXPORT EVerbosityLevel | incrVerbLevel (const EVerbosityLevel inputVerbLevel, const int numLevels) |
|
std::string | Teuchos_Version () |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | set_default_workspace_store (const Teuchos::RCP< WorkspaceStore > &default_workspace_store) |
|
TEUCHOSCORE_LIB_DLL_EXPORT Teuchos::RCP< WorkspaceStore > | get_default_workspace_store () |
|
TEUCHOSCORE_LIB_DLL_EXPORT void | print_memory_usage_stats (const WorkspaceStore *workspace_store, std::ostream &out) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, create) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, DefaultConstruct) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, NonconstConstruct) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, ConstConstruct) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, NonconstInitialize) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, ConstInitialize) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, AssignmentFromRCP) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, uninitialize) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, parens) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, arrow) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, arrowEmpty) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, dereference) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, dereferenceEmpty) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, castToRCP) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, castFromRCP) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, is_null) |
|
| TEUCHOS_UNIT_TEST (ConstNonconstObjectContainer, nonnull) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, default_construct) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, construct) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, deref) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, member_access) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, copy_construct_same) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, copy_construct_different) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, assign_same) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, assign_different) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, equality_operators_same) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, equality_operators_different) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_forward_no_filtering) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_forward_no_filtering) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_backward_no_filtering) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_backward_no_filtering) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_forward_filter_even) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_forward_filter_odd) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_forward_filter_even) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_forward_filter_odd) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_backward_filter_even) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, pre_iterate_backward_filter_odd) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_backward_filter_even) |
|
| TEUCHOS_UNIT_TEST (FilteredIterator, post_iterate_backward_filter_odd) |
|
| TEUCHOS_UNIT_TEST (GetBaseObjVoidPtr, polymorphicClasses) |
|
| TEUCHOS_UNIT_TEST (GetBaseObjVoidPtr, nonPolymorphicClasses) |
|
| TEUCHOS_UNIT_TEST (GetBaseObjVoidPtr, nonPolymorphicBuiltInTypes) |
|
| TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (DummyNS::UndefinedType) |
|
RCPNode * | basicRCPNodeNoAlloc (T *p, const bool has_ownership) |
|
RCPNode * | basicRCPNode (const bool has_ownership, T **p_out=0) |
|
void | deleteRCPNode (RCPNode **node) |
|
RCPNodeHandle | basicRCPNodeHandle (const bool has_ownership, T **p_out=0) |
|
| TEUCHOS_STATIC_SETUP () |
|
| TEUCHOS_UNIT_TEST (RCPNodeHandle, assignSelf) |
|
| TEUCHOS_UNIT_TEST (RCPNodeHandle, defaultConstruct) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, basicConstruct_owns_mem, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, basicConstruct_no_owns_mem, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, weakPtr_basic_1, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, weakPtr_basic_2, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, copyConstruct, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, assignmentOperator, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_basic, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_basic_const, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_failed, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_failed_const, T) |
|
TwoDArray< int > | getSimpleTestTwoDArray () |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArrays, simpleTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArrays, stringFunctions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArrays, emptyTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArrays, streamTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArray, clearTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArray, resizeTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArray, symmetryTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_TwoDArray, symmetrySerialization) |
|
void | globalReduceSuccess (bool &success, FancyOStream &out) |
|
| TEUCHOS_UNIT_TEST (GlobalMPISession, basic) |
|
| TEUCHOS_UNIT_TEST (GlobalMPISession, barrier) |
|
| TEUCHOS_UNIT_TEST (GlobalMPISession, sum) |
|
| TEUCHOS_UNIT_TEST (GlobalMPISession, allGather) |
|
RCP< ObjectBuilder< ObjectType > > | objectBuilder () |
|
RCP< ObjectBuilder< ObjectType > > | objectBuilder (const std::string &objectName, const std::string &objectTypeName) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void | printValidParameters (const ParameterListAcceptor ¶mListAccpetor, std::ostream &out, const bool showDoc=true) |
|
RCP< const StringToIntegralParameterEntryValidator< IntegralType > > | getStringToIntegralParameterEntryValidator (ParameterEntry const &entry, ParameterList const ¶mList, std::string const ¶mName) |
|
std::string | XMLObject::getRequired< std::string > (const std::string &name) const |
|
void | XMLObject::addAttribute< const std::string &> (const std::string &name, const std::string &value) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void | XMLObject::addAttribute< const std::string &> (const std::string &name, const std::string &value) |
|
XMLTestNode | PerfTest_MachineConfig () |
|
PerfTestResult | PerfTest_CheckOrAdd_Test (XMLTestNode machine_config, XMLTestNode new_test, const std::string filename, const std::string ext_hostname=std::string()) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void | updateParametersFromYamlCString (const char *const data, const Teuchos::Ptr< Teuchos::ParameterList > ¶mList, bool overwrite) |
|
Teuchos::Array< T > | getYamlArray (const YAML::Node &node) |
|
void | updateParametersFromYamlFile (const std::string &yamlFileName, const Teuchos::Ptr< Teuchos::ParameterList > ¶mList) |
|
void | updateParametersFromYamlString (const std::string &yamlData, const Teuchos::Ptr< Teuchos::ParameterList > ¶mList, bool overwrite) |
|
Teuchos::RCP< Teuchos::ParameterList > | getParametersFromYamlFile (const std::string &yamlFileName) |
|
std::string | convertXmlToYaml (const std::string &xmlFileName) |
|
void | convertXmlToYaml (const std::string &xmlFileName, const std::string &yamlFileName) |
|
bool | haveSameValuesUnordered (const Teuchos::ParameterList &lhs, const Teuchos::ParameterList &rhs, bool verbose) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, StringConditionSerialization) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, BoolConditionSerialization) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Conditions, NumberConditionSerialization, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Conditions, BoolLogicConditionSerialization, BinCondition) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, NotConditionSerialization) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, ConditionSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, testConditions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, testConditionGetterAndSetters) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Conditions, testConditionException) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, SerializationTestMacros) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, StringVisualDepSerialization) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, BoolVisualDepSerialization) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Dependencies, NumberVisualDepSerialization, T) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, ConditionVisualDepSerialization) |
|
| ArrayModifierTest (NumberArrayLengthDependency, Array) ArrayModifierTest(TwoDRowDependency |
|
| ArrayModifierTest (TwoDColDependency, TwoDArray) TEUCHOS_UNIT_TEST(Teuchos_Dependencies |
|
myDepList | set (dependee1, "val1") |
|
myDepList | set (dependee2, "val2") |
|
myDepList | set (dependent1, 2.0) |
|
myDepList | set (dependent2, 3.0) |
|
dependentList | insert (myDepList.getEntryRCP(dependent1)) |
|
dependentList | insert (myDepList.getEntryRCP(dependent2)) |
|
myDepSheet | addDependency (basicStringValiDep) |
|
myDepSheet | addDependency (complexStringValiDep) |
|
| BASIC_DEPENDENCY_TEST (readinDep1, StringValidatorDependency, 1, 1) |
|
| VERIFY_DEPENDEE (readinDep1, readinDependee1) |
|
| VERIFY_DEPENDENT (readinDep1, readinDependent1) |
|
| BASIC_DEPENDENCY_TEST (readinDep2, StringValidatorDependency, 1, 2) |
|
| VERIFY_DEPENDEE (readinDep2, readinDependee2) |
|
| VERIFY_DEPENDENT (readinDep2, readinDependent1) |
|
| VERIFY_DEPENDENT (readinDep2, readinDependent2) |
|
| TEST_ASSERT (castedDep1->getValuesAndValidators().size()==2) |
|
| TEST_ASSERT (castedDep2->getValuesAndValidators().size()==2) |
|
| TEST_ASSERT (castedDep1->getDefaultValidator().is_null()) |
|
| TEST_ASSERT (nonnull(castedDep2->getDefaultValidator())) |
|
| TEST_EQUALITY (rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep1->getValuesAndValidators().find("val1") ->second, true) ->getMax(), double1Vali->getMax()) |
|
| TEST_EQUALITY (rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep2->getValuesAndValidators().find("val1") ->second, true) ->getMax(), double1Vali->getMax()) |
|
| TEST_EQUALITY (rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep1->getValuesAndValidators().find("val2") ->second, true) ->getMax(), double2Vali->getMax()) |
|
| TEST_EQUALITY (rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep2->getValuesAndValidators().find("val2") ->second, true) ->getMax(), double2Vali->getMax()) |
|
| TEST_EQUALITY (rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep2->getDefaultValidator(), true) ->getMax(), defaultVali->getMax()) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, BoolValidatorDepSerialization) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Dependencies, RangeValidatorDepSerialization, T) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, DependencySerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, NumberVisualDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, BoolVisualDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, StringVisualDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, ConditionVisualDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, BoolValidatorDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, StringValidatorDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, RangeValidatorDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, NumArrayLengthDepSerializationExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, DepSheetTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testValiDeps) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testVisualDeps) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testTwoDRowDependency) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testTwoDColDependency) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testArrayLengthDep) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, testDepExceptions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Dependencies, DepSheetTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Functions, SubtractionTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Functions, AdditionTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Functions, MultiplicationTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Functions, DivisionTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, constructor) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setNames) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setObjectFactory) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setObjectFactory_bad) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, getObjectName) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, create) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setParameterList) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, getParameterList) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, getNonconstParameterList) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, unsetParameterList) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, getValidParameters) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, usedParameters) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setDefaultObject_withOneUsePL) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setDefaultObject_withMultipleUsePL) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ObjectBuilder, setDefaultObject_withoutPL) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterEntry, testTypeFunctions) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterList, ADD_TYPE_AND_ARRAY_TYPE_PARAMETER) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterList, parameterEntryXMLConverters) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterList, parameterEntryConverterExceptions) |
|
ParameterList | createMainPL () |
|
ParameterList | createValidMainPL () |
|
| TEUCHOS_UNIT_TEST (ParameterList, construct_default) |
|
| TEUCHOS_UNIT_TEST (ParameterList, construct_withName) |
|
| TEUCHOS_UNIT_TEST (ParameterList, createParameterList_empty) |
|
| TEUCHOS_UNIT_TEST (ParameterList, createParameterList_withName) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_get_int) |
|
| TEUCHOS_UNIT_TEST (ParameterList, param_isParameter_isSublist_isType) |
|
| TEUCHOS_UNIT_TEST (ParameterList, sublist_isParameter_isSublist_isType) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_doc) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_doc_validator) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_invalid_int_first) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_invalid_int_second) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_get_entry) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_int_twice_keep_validator) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_get_char_str) |
|
| TEUCHOS_UNIT_TEST (ParameterList, set_get_string) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_nonexisting_param) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_existing_incorrect_type) |
|
| TEUCHOS_UNIT_TEST (ParameterList, getPtr) |
|
| TEUCHOS_UNIT_TEST (ParameterList, getEntryRCP) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_default_then_change) |
|
| TEUCHOS_UNIT_TEST (ParameterList, remove_1) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_nonexisting_sublist_default) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_nonexisting_sublist_docString) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_nonexisting_sublist_mustAlreadyExist) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_existing_sublist_nonsublist) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_existing_sublist_nonconst) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_existing_sublist_const) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_nonexisting_sublist_const) |
|
| TEUCHOS_UNIT_TEST (ParameterList, get_existing_sublist_const_nonsublist) |
|
| TEUCHOS_UNIT_TEST (ParameterList, sublist_add_2) |
|
| TEUCHOS_UNIT_TEST (ParameterList, sublist_scenario_1) |
|
| TEUCHOS_UNIT_TEST (ParameterList, copy_constructor) |
|
| TEUCHOS_UNIT_TEST (ParameterList, assignment_operator) |
|
| TEUCHOS_UNIT_TEST (ParameterList, iterator_params) |
|
| TEUCHOS_UNIT_TEST (ParameterList, iterator_params_sublists) |
|
| TEUCHOS_UNIT_TEST (ParameterList, operatorEqualityWithEmpty) |
|
| TEUCHOS_UNIT_TEST (ParameterList, operatorEqualityDifferentSublistNames) |
|
| TEUCHOS_UNIT_TEST (ParameterList, operatorEqualityDifferentLengths) |
|
| TEUCHOS_UNIT_TEST (ParameterList, haveSameValuesWithEmpty) |
|
| TEUCHOS_UNIT_TEST (ParameterList, haveSameValuesDifferentSublistNames) |
|
| TEUCHOS_UNIT_TEST (ParameterList, validateAgainstSelf) |
|
| TEUCHOS_UNIT_TEST (ParameterList, validateParametersAndSetDefaults) |
|
| TEUCHOS_UNIT_TEST (ParameterList, getIntegralValue_int) |
|
| TEUCHOS_UNIT_TEST (ParameterList, ExistingSublistIsOkay) |
|
| TEUCHOS_UNIT_TEST (ParameterList, XMLDuplicatedSublists) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListReader, XMLDuplicatedSublistsThrowsError) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListReader, XMLDuplicatedSublistsBackwardsCompatible) |
|
| TEUCHOS_UNIT_TEST (OrdinalIndex, defaultConstruct) |
|
| TEUCHOS_UNIT_TEST (OrdinalIndex, construct) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, defaultConstruct) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, construct_default_isActive) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, makeInvalid) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, construct_set_isActive) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, copyConstruct) |
|
| TEUCHOS_UNIT_TEST (KeyObjectPair, assign) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, defaultConstruct) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, basic_set_get) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, set_two_keep_ref) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, getObjOrdinalIndex) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, set_and_set_again) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, basicNonconstIterators) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, basicConstIterators) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_idx_first) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_key_first) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_idx_middle) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_key_middle) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_idx_last) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_key_last) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, getNonconstObjPtr_idx_invalid) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, getObjPtr_idx_invalid) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_idx_invalid) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, getNonconstObjPtr_key_invalid) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, getObjPtr_key_invalid) |
|
| TEUCHOS_UNIT_TEST (StringIndexedOrderedValueObjectContainer, removeObj_key_invalid) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT RCP< ParameterList > | writeThenReadPL (ParameterList &myList) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT RCP< ParameterList > | writeThenReadPL (ParameterList &myList, RCP< DependencySheet > depSheetIn, RCP< DependencySheet > depSheetOut) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, exceptionTests) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, fileNameValidatorConverter) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, stringValidatorConverter) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, boolValidatorConverter) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, anynumberValidatorConverter) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, EnhancedNumberValidatorConverter, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, NumberArrayValidatorConverterTest, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, TwoDArrayNumberValidatorConverterTest, T) |
|
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, StringToIntegralConverterTest, T) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validator, existingPrototypeTest) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, numberValidators) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, anyNumberValidator) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, boolValidator) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, stringValidator) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, fileNameValidator) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, arrayValidators) |
|
| TEUCHOS_UNIT_TEST (Teuchos_Validators, twoDArrayValidators) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListHelpers, anonymousSublists) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListHelpers, anonymousParam) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListHelpers, toFromFile) |
|
| TEUCHOS_UNIT_TEST (XMLParameterListHelpers, OverwriteTest) |
|
| TEUCHOS_UNIT_TEST (XMLParser, orderedWriteRead) |
|
| TEUCHOS_UNIT_TEST (XMLParser, simpleOrderedRead) |
|
| TEUCHOS_UNIT_TEST (XMLParser, ParseFile) |
|
| TEUCHOS_UNIT_TEST (XMLParser, IgnoreDeclarations) |
|
| TEUCHOS_UNIT_TEST (XMLParser, simpletest) |
|
const char * | toString (const EReductionType reductType) |
|
void | reduceAll< int, double > (const Comm< int > &comm, const EReductionType reductType, const int count, const double sendBuffer[], double globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, double > (const Comm< int > &comm, const ArrayRCP< double > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, double > (const ArrayRCP< double > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, double > (const Comm< int > &comm, const int count, const double sendBuffer[], const int destRank) |
|
void | send< int, double > (const double sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const double > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | reduceAll< int, float > (const Comm< int > &comm, const EReductionType reductType, const int count, const float sendBuffer[], float globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, float > (const Comm< int > &comm, const ArrayRCP< float > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, float > (const ArrayRCP< float > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, float > (const Comm< int > &comm, const int count, const float sendBuffer[], const int destRank) |
|
void | send< int, float > (const float sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const float > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | gather< int, long > (const long sendBuf[], const int sendCount, long recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | gatherv< int, long > (const long sendBuf[], const int sendCount, long recvBuf[], const int recvCounts[], const int displs[], const int root, const Comm< int > &comm) |
|
void | reduceAll< int, long > (const Comm< int > &comm, const EReductionType reductType, const int count, const long sendBuffer[], long globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, long > (const Comm< int > &comm, const ArrayRCP< long > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, long > (const ArrayRCP< long > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, long > (const Comm< int > &comm, const int count, const long sendBuffer[], const int destRank) |
|
void | send< int, long > (const long sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const long > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | gather< int, unsigned long > (const unsigned long sendBuf[], const int sendCount, unsigned long recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | gatherv< int, unsigned long > (const unsigned long sendBuf[], const int sendCount, unsigned long recvBuf[], const int recvCounts[], const int displs[], const int root, const Comm< int > &comm) |
|
void | reduceAll< int, unsigned long > (const Comm< int > &comm, const EReductionType reductType, const int count, const unsigned long sendBuffer[], unsigned long globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, unsigned long > (const Comm< int > &comm, const ArrayRCP< unsigned long > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, unsigned long > (const ArrayRCP< unsigned long > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, unsigned long > (const Comm< int > &comm, const int count, const unsigned long sendBuffer[], const int destRank) |
|
void | send< int, unsigned long > (const unsigned long sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const unsigned long > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | gather< int, int > (const int sendBuf[], const int sendCount, int recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | gatherv< int, int > (const int sendBuf[], const int sendCount, int recvBuf[], const int recvCounts[], const int displs[], const int root, const Comm< int > &comm) |
|
void | scatter< int, int > (const int sendBuf[], const int sendCount, int recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | reduce< int, int > (const int sendBuf[], int recvBuf[], const int count, const EReductionType reductType, const int root, const Comm< int > &comm) |
|
void | reduceAll< int, int > (const Comm< int > &comm, const EReductionType reductType, const int count, const int sendBuffer[], int globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, int > (const Comm< int > &comm, const ArrayRCP< int > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, int > (const ArrayRCP< int > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, int > (const Comm< int > &comm, const int count, const int sendBuffer[], const int destRank) |
|
void | send< int, int > (const int sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const int > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | gather< int, unsigned int > (const unsigned int sendBuf[], const int sendCount, unsigned int recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | gatherv< int, unsigned int > (const unsigned int sendBuf[], const int sendCount, unsigned int recvBuf[], const int recvCounts[], const int displs[], const int root, const Comm< int > &comm) |
|
void | reduceAll< int, unsigned int > (const Comm< int > &comm, const EReductionType reductType, const int count, const unsigned int sendBuffer[], unsigned int globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, unsigned int > (const Comm< int > &comm, const ArrayRCP< unsigned int > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, unsigned int > (const ArrayRCP< unsigned int > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, unsigned int > (const Comm< int > &comm, const int count, const unsigned int sendBuffer[], const int destRank) |
|
void | send< int, unsigned int > (const unsigned int sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const unsigned int > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | gather< int, short > (const short sendBuf[], const int sendCount, short recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
void | gatherv< int, short > (const short sendBuf[], const int sendCount, short recvBuf[], const int recvCounts[], const int displs[], const int root, const Comm< int > &comm) |
|
void | reduceAll< int, short > (const Comm< int > &comm, const EReductionType reductType, const int count, const short sendBuffer[], short globalReducts[]) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, short > (const Comm< int > &comm, const ArrayRCP< short > &recvBuffer, const int sourceRank) |
|
RCP< Teuchos::CommRequest< int > > | ireceive< int, short > (const ArrayRCP< short > &recvBuffer, const int sourceRank, const int tag, const Comm< int > &comm) |
|
void | send< int, short > (const Comm< int > &comm, const int count, const short sendBuffer[], const int destRank) |
|
void | send< int, short > (const short sendBuffer[], const int count, const int destRank, const int tag, const Comm< int > &comm) |
|
RCP< Teuchos::CommRequest< int > > | isend (const ArrayRCP< const short > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOS_DEPRECATED void | reduceAll (const Comm< Ordinal > &comm, const EReductionType reductType, const Packet &send, Packet *globalReduct) |
|
TEUCHOS_DEPRECATED void | scan (const Comm< Ordinal > &comm, const EReductionType reductType, const Packet &send, Packet *scanReduct) |
|
void | send (const Packet sendBuffer[], const Ordinal count, const int destRank, const int tag, const Comm< Ordinal > &comm) |
|
void | ssend (const Packet sendBuffer[], const Ordinal count, const int destRank, const int tag, const Comm< Ordinal > &comm) |
|
void | readySend (const Packet sendBuffer[], const Ordinal count, const int destRank, const int tag, const Comm< Ordinal > &comm) |
|
RCP< CommRequest< Ordinal > > | isend (const ArrayRCP< const Packet > &sendBuffer, const int destRank, const int tag, const Comm< Ordinal > &comm) |
|
RCP< CommRequest< Ordinal > > | ireceive (const ArrayRCP< Packet > &recvBuffer, const int sourceRank, const int tag, const Comm< Ordinal > &comm) |
|
ValueTypeReductionOp< Ordinal, Packet > * | createOp (const EReductionType reductType) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, double > (const ArrayRCP< const double > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, float > (const ArrayRCP< const float > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, long > (const ArrayRCP< const long > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, unsigned long > (const ArrayRCP< const unsigned long > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT void | scatter (const int sendBuf[], const int sendCount, int recvBuf[], const int recvCount, const int root, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, int > (const ArrayRCP< const int > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, unsigned int > (const ArrayRCP< const unsigned int > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
TEUCHOSCOMM_LIB_DLL_EXPORT RCP< CommRequest< int > > | isend< int, short > (const ArrayRCP< const short > &sendBuffer, const int destRank, const int tag, const Comm< int > &comm) |
|
void | mergeCounterNames (const Comm< int > &comm, const Array< std::string > &localNames, Array< std::string > &globalNames, const ECounterSetOp setOp) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterList, xmlUpdateAndBroadcast) |
|
| TEUCHOS_UNIT_TEST (Teuchos_ParameterList, xmlUpdateAndBroadcastNoOverWrite) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, FUNC_TIME_MONITOR) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, enableTimer) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, YamlLabelQuoting) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, TimerLabelFiltering) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, FUNC_TIME_MONITOR_tested) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, SUMMARIZE_diffTimerSets) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, FILTER_ZERO_TIMERS_sameParallelCallCounts) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, FILTER_ZERO_TIMERS_differentParallelCallCounts) |
|
| TEUCHOS_UNIT_TEST (TimeMonitor, IgnoreMissingTimers) |
|
| TEUCHOS_UNIT_TEST (UnitTestHarness, nonRootFails) |
|
| TEUCHOS_UNIT_TEST (UnitTestHarness, nonRootThrowsTeuchosExcept) |
|
| TEUCHOS_UNIT_TEST (UnitTestHarness, nonRootThrowsIntExcept) |
|
std::ostream & | operator<< (std::ostream &os, const Teuchos::Object &obj) |
|
TEUCHOS_DEPRECATED ArrayArg< 1, T > | arrayArg (T t1) |
|
TEUCHOS_DEPRECATED ArrayArg< 2, T > | arrayArg (T t1, T t2) |
|
TEUCHOS_DEPRECATED ArrayArg< 3, T > | arrayArg (T t1, T t2, T t3) |
|
TEUCHOS_DEPRECATED ArrayArg< 4, T > | arrayArg (T t1, T t2, T t3, T t4) |
|
TEUCHOS_DEPRECATED ArrayArg< 5, T > | arrayArg (T t1, T t2, T t3, T t4, T t5) |
|
TEUCHOS_DEPRECATED ArrayArg< 6, T > | arrayArg (T t1, T t2, T t3, T t4, T t5, T t6) |
|
void | doFloatingPointTrap (bool enableTrap) |
|
void | XMLObject::addAttribute< const std::string &> (const std::string &name, const std::string &value) |
|
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void | XMLObject::addAttribute< const std::string &> (const std::string &name, const std::string &value) |
|