FACT++  1.0
template<class T >
bool fits::SetRefAddress ( const std::string &  name,
T &  ptr 
)
inline

Definition at line 950 of file fits.h.

Referenced by StateMachineEventServer::Execute().

951  {
952  return SetPtrAddress(name, &ptr, sizeof(ptr)/sizeof(T));
953  }
void * SetPtrAddress(const std::string &name)
Definition: fits.h:886

+ Here is the caller graph for this function: