FACT++  1.0
DimStampedInfo::DimStampedInfo ( const char *  name,
longlong  nolink,
DimInfoHandler handler 
)
inline

Definition at line 180 of file dic.hxx.

References DimInfo::subscribe().

181  { subscribe((char *)name, 0, &nolink, sizeof(longlong), handler); };
int64_t longlong
Definition: dim_common.h:56
void subscribe(char *name, void *nolink, int nolinksize, int time, DimInfoHandler *handler)
Definition: dic.hxx:198

+ Here is the call graph for this function: