60 EmptyModifier() :
Teuchos::ParameterListModifier(
"Empty Modifier"){}
80 pl.sublist(
sub1).set(
"A", 1);
176 pl.sublist(
"AB").set(
"A", 3);
#define TEST_ASSERT(v1)
Assert the given statement is true.
#define TEST_EQUALITY(v1, v2)
Assert the equality of v1 and v2.
#define TEST_THROW(code, ExceptType)
Assert that the statement 'code' throws the exception 'ExceptType' (otherwise the test fails).
Parameter List Modifier class.
Templated Parameter List class.
A std::string utilities class for Teuchos.
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Abstract interface for an object that can modify both a parameter list and the parameter list being u...
A list of parameters of arbitrary type.
Concrete serial communicator subclass.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.