#include <sidl_cxx.hh>
#include "TSTTB.hh"
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) |