Logo
~Sockets~
~Examples~
~Contact~


MinderHandler::STORE Struct Reference
[Distributed network framework]

List of all members.

Public Member Functions

 STORE (long x, long y, const std::string &msg)

Public Attributes

long m_hid
long m_mid
std::string m_message
time_t m_t

Detailed Description

Definition at line 61 of file MinderHandler.h.


Constructor & Destructor Documentation

MinderHandler::STORE::STORE ( long  x,
long  y,
const std::string &  msg 
) [inline]

Definition at line 62 of file MinderHandler.h.

00062 : m_hid(x),m_mid(y),m_message(msg),m_t(time(NULL)) {}


Member Data Documentation

Definition at line 63 of file MinderHandler.h.

Definition at line 64 of file MinderHandler.h.

Definition at line 65 of file MinderHandler.h.

Definition at line 66 of file MinderHandler.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4