ICP  1
Public Member Functions | Public Attributes | List of all members
ValueWithTimestamp< T > Struct Template Reference

this must have NO VIRTUAL FUNCTIONS as it is embedded inside the CRPT More...

#include <icputils.h>

Public Member Functions

Poco::Timestamp::TimeDiff timeDiff (const ValueWithTimestamp &v)
 
valueDiff (const ValueWithTimestamp &v)
 

Public Attributes

value
 
Poco::Timestamp time
 

Detailed Description

template<typename T>
struct ValueWithTimestamp< T >

this must have NO VIRTUAL FUNCTIONS as it is embedded inside the CRPT

Definition at line 222 of file icputils.h.

Member Function Documentation

template<typename T>
Poco::Timestamp::TimeDiff ValueWithTimestamp< T >::timeDiff ( const ValueWithTimestamp< T > &  v)
inline

Definition at line 227 of file icputils.h.

References ValueWithTimestamp< T >::time.

template<typename T>
T ValueWithTimestamp< T >::valueDiff ( const ValueWithTimestamp< T > &  v)
inline

Definition at line 231 of file icputils.h.

References ValueWithTimestamp< T >::value.

Member Data Documentation

template<typename T>
Poco::Timestamp ValueWithTimestamp< T >::time

Definition at line 225 of file icputils.h.

Referenced by ValueWithTimestamp< T >::timeDiff().

template<typename T>
T ValueWithTimestamp< T >::value

Definition at line 224 of file icputils.h.

Referenced by ValueWithTimestamp< T >::valueDiff().


The documentation for this struct was generated from the following file: