Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
includeLinks/TSTTUtil.hpp File Reference
#include <sidl_cxx.hh>
#include "TSTTB.hh"
Include dependency graph for includeLinks/TSTTUtil.hpp:

Go to the source code of this file.

Namespaces

 Mesquite
 Used to hold the error state and return it to the application.
 

Functions

static msq_std::string process_tstt_error (TSTTB::Error &tstt_err)
 
template<class T >
static T * convert_from_sidl_vector (sidl::array< T > &array)
 
template<class T >
static sidl::array< T > alloc_sidl_vector (size_t size)
 
template<class T >
static sidl::array< T > alloc_sidl_vector (size_t size, T init)
 
template<class S , class T >
static void copy_from_sidl (sidl::array< S > &source, T *target)
 
template<class T >
static sidl::array< T > convert_to_sidl_vector (T *array, size_t size)