#include "DimSetup.h"
#include <string>
#include <vector>
#include "dic.hxx"
Go to the source code of this file.
|
| Dim |
| Namespace to host some global Dim helper 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) |
|