entry_t Struct Reference

#include <Various.h>


Public Member Functions

 entry_t (entry_datatype_t d, bool s)

Data Fields

entry_datatype_t datatype
bool allow_sign


Constructor & Destructor Documentation

entry_t::entry_t entry_datatype_t  d,
bool  s
[inline]
 

Definition at line 56 of file Various.h.

00056                                       :
00057     datatype(d), allow_sign(s) {}
  entry_datatype_t datatype;


Field Documentation

bool entry_t::allow_sign
 

Definition at line 59 of file Various.h.

Referenced by entry_handler().

entry_datatype_t entry_t::datatype
 

Definition at line 58 of file Various.h.

Referenced by entry_handler().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 15 15:49:49 2004 for Real Time Battle by  doxygen 1.3.9.1