FACT++  1.0
template<typename T >
void Dim::SendCommandNB ( const std::string &  command,
const T &  t 
)
inline

Definition at line 83 of file Dim.h.

References DimClient::sendCommandNB(), and t.

84  {
85  DimClient::sendCommandNB(command.c_str(), const_cast<T*>(&t), sizeof(t));
86  }
static void sendCommandNB(const char *name, int data)
Definition: diccpp.cxx:1140
TT t
Definition: test_client.c:26

+ Here is the call graph for this function: