TC_ListItem< T > Struct Template Reference

#include <tokencollector.hpp>

List of all members.


Detailed Description

template<typename T>
struct TC_ListItem< T >

A structure used for the list items, prefixed with 'TC_' to avoid any conflicts.

Definition at line 47 of file tokencollector.hpp.

Public Attributes

std::string token
 The magic_token aka passToken.
payload
 The actual data, which will be sent back when matched.
time_t timeStamp
 The amount of seconds since TokenCollector was running, at the last outdated check.


Member Data Documentation

template<typename T>
T TC_ListItem< T >::payload
 

The actual data, which will be sent back when matched.

Definition at line 53 of file tokencollector.hpp.

template<typename T>
time_t TC_ListItem< T >::timeStamp
 

The amount of seconds since TokenCollector was running, at the last outdated check.

Definition at line 59 of file tokencollector.hpp.

template<typename T>
std::string TC_ListItem< T >::token
 

The magic_token aka passToken.

Definition at line 50 of file tokencollector.hpp.


The documentation for this struct was generated from the following file:
Generated on Fri Mar 30 15:39:18 2007 for TMW Server by  doxygen 1.3.9.1