FS2_Open
Open source remastering of the Freespace 2 engine
is_dcmd Class Reference

Predicate class used to search for a dcmd by name. More...

#include <console.h>

Public Member Functions

 is_dcmd (const char *_name)
 
bool operator() (debug_command *dcmd)
 

Public Attributes

const char * name
 

Detailed Description

Predicate class used to search for a dcmd by name.

Definition at line 242 of file console.h.

Constructor & Destructor Documentation

is_dcmd::is_dcmd ( const char *  _name)
inline

Definition at line 246 of file console.h.

Member Function Documentation

bool is_dcmd::operator() ( debug_command dcmd)
inline

Definition at line 248 of file console.h.

Member Data Documentation

const char* is_dcmd::name

Definition at line 244 of file console.h.


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