m2etis  0.4
m2etis::message::DetMergeOrderInfo< Config >::Timestamp Struct Reference

represents a timestamp More...

#include <DetMergeOrderInfo.h>

Public Member Functions

 Timestamp ()
 
template<typename Archive >
void serialize (Archive &ar, const unsigned int)
 
bool operator< (const struct Timestamp &other)
 compares two structs More...
 
std::string toString () const
 creates a readable string out o f a timestamp More...
 

Public Attributes

std::vector< int > kn
 
int unique
 
uint64_t r
 
int64_t c
 

Detailed Description

template<class Config>
struct m2etis::message::DetMergeOrderInfo< Config >::Timestamp

represents a timestamp

Definition at line 54 of file DetMergeOrderInfo.h.

Constructor & Destructor Documentation

template<class Config>
m2etis::message::DetMergeOrderInfo< Config >::Timestamp::Timestamp ( )
inline

Definition at line 55 of file DetMergeOrderInfo.h.

Member Function Documentation

template<class Config>
bool m2etis::message::DetMergeOrderInfo< Config >::Timestamp::operator< ( const struct Timestamp other)
inline

compares two structs

Definition at line 73 of file DetMergeOrderInfo.h.

template<class Config>
template<typename Archive >
void m2etis::message::DetMergeOrderInfo< Config >::Timestamp::serialize ( Archive &  ar,
const unsigned  int 
)
inline

Definition at line 58 of file DetMergeOrderInfo.h.

template<class Config>
std::string m2etis::message::DetMergeOrderInfo< Config >::Timestamp::toString ( ) const
inline

creates a readable string out o f a timestamp

Definition at line 99 of file DetMergeOrderInfo.h.

Member Data Documentation

template<class Config>
int64_t m2etis::message::DetMergeOrderInfo< Config >::Timestamp::c

Definition at line 68 of file DetMergeOrderInfo.h.

template<class Config>
std::vector<int> m2etis::message::DetMergeOrderInfo< Config >::Timestamp::kn

Definition at line 65 of file DetMergeOrderInfo.h.

template<class Config>
uint64_t m2etis::message::DetMergeOrderInfo< Config >::Timestamp::r

Definition at line 67 of file DetMergeOrderInfo.h.

template<class Config>
int m2etis::message::DetMergeOrderInfo< Config >::Timestamp::unique

Definition at line 66 of file DetMergeOrderInfo.h.


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