Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Attributes Class Reference

#include <functors.h>

Classes

class  returnType
 

Public Member Functions

 Attributes ()
 

Public Attributes

bool hidden
 
bool webbcmd
 
bool immcmd
 
int type
 
returnType m_return
 

Detailed Description

Definition at line 24 of file functors.h.

Constructor & Destructor Documentation

Attributes::Attributes ( )
inline

Definition at line 26 of file functors.h.

References hidden, immcmd, and webbcmd.

26  : Attributes()
27  {
28  hidden = false;
29  webbcmd = false;
30  immcmd = false;
31  }

Member Data Documentation

bool Attributes::hidden

Definition at line 32 of file functors.h.

Referenced by Attributes(), and commandI::commandI().

bool Attributes::immcmd

Definition at line 34 of file functors.h.

Referenced by Attributes().

returnType Attributes::m_return

Definition at line 47 of file functors.h.

Referenced by Functor< ShipCommands >::Call().

int Attributes::type

Definition at line 35 of file functors.h.

bool Attributes::webbcmd

Definition at line 33 of file functors.h.

Referenced by Attributes().


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