FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T >
bool fits::SetVecAddress
(
const std::string &
name
,
std::vector< T > &
vec
)
inline
Definition at line
956
of file
fits.h
.
Referenced by
StateMachineEventServer::Execute()
.
957
{
958
return
SetPtrAddress
(name, vec.data(), vec.size());
959
}
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