Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
ParameterList_yaml_Parallel.cpp File Reference
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <Teuchos_YamlParameterListHelpers.hpp>
#include <Teuchos_UnitTestHarness.hpp>
#include <Teuchos_UnitTestHelpers.hpp>
#include <Teuchos_ScalarTraits.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_Exceptions.hpp>
#include <Teuchos_YamlParser_decl.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <fstream>
#include <iomanip>
#include <sstream>
Include dependency graph for ParameterList_yaml_Parallel.cpp:

Go to the source code of this file.

Classes

class  DefaultComm< OrdinalType >
 Return a default global communicator appropriate for the build. More...

Namespaces

namespace  TeuchosTests

Functions

 TeuchosTests::TEUCHOS_UNIT_TEST (YAML, MPIBroadcast)
 TeuchosTests::TEUCHOS_UNIT_TEST (YAML, ConvertFromXML)
template<class T, class Dealloc_T>
TEUCHOS_DEPRECATED RCP< T > rcp (T *p, Dealloc_T dealloc, bool owns_mem)
 Deprecated.

Function Documentation

◆ rcp()

template<class T, class Dealloc_T>
TEUCHOS_DEPRECATED RCP< T > Teuchos::rcp ( T * p,
Dealloc_T dealloc,
bool owns_mem )
inline

Deprecated.

Definition at line 1266 of file Teuchos_RCPDecl.hpp.