OverSim
lcEntry Class Reference

#include <LoginCache.h>

Public Member Functions

 lcEntry ()
 lcEntry (Vector2D p, simtime_t t)

Public Attributes

Vector2D pos
simtime_t time

Detailed Description

Definition at line 10 of file LoginCache.h.

Constructor & Destructor Documentation

lcEntry::lcEntry ( )
inline

Definition at line 12 of file LoginCache.h.

{}
lcEntry::lcEntry ( Vector2D  p,
simtime_t  t 
)
inline

Definition at line 13 of file LoginCache.h.

: pos(p), time(t) {}

Member Data Documentation

Vector2D lcEntry::pos

Definition at line 14 of file LoginCache.h.

simtime_t lcEntry::time

Definition at line 15 of file LoginCache.h.


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