FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
fits::SetPtrAddress
void * SetPtrAddress(const std::string &name)
Definition:
fits.h:886
Here is the caller graph for this function:
fits
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11