FACT++  1.0
Dim.h File Reference
#include "DimSetup.h"
#include <string>
#include <vector>
#include "dic.hxx"
+ Include dependency graph for Dim.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Dim
 Namespace to host some global Dim helper functions.
 

Functions

bool Dim::SendCommand (const std::string &command)
 
void Dim::SendCommandNB (const std::string &command)
 
template<typename T >
bool Dim::SendCommand (const std::string &command, const T &t)
 
template<>
bool Dim::SendCommand (const std::string &command, const std::string &t)
 
template<typename T >
bool Dim::SendCommand (const std::string &command, const std::vector< T > &v)
 
bool Dim::SendCommand (const std::string &command, const void *d, size_t s)
 
template<typename T >
void Dim::SendCommandNB (const std::string &command, const T &t)
 
template<>
void Dim::SendCommandNB (const std::string &command, const std::string &t)
 
template<typename T >
void Dim::SendCommandNB (const std::string &command, const std::vector< T > &v)
 
void Dim::SendCommandNB (const std::string &command, const void *d, size_t s)