Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASPortCmd Struct Reference

#include <JASCmdStack.h>

+ Inheritance diagram for JASPortCmd:
+ Collaboration diagram for JASPortCmd:

Classes

struct  TPortHead
 

Public Types

typedef void(*) Command(JASPortArgs *)
 

Public Member Functions

bool addPortCmdOnce ()
 
bool setPortCmd (Command func, JASPortArgs *)
 
Command getFunc ()
 
JASPortArgsgetArgs ()
 

Static Public Member Functions

static void execAllCommand ()
 

Public Attributes

Command mFunc
 
JASPortArgsmArgs
 

Static Public Attributes

static TPortHead sCommandListOnce
 
static TPortHead sCommandListStay
 

Member Typedef Documentation

◆ Command

void(*) JASPortCmd::Command(JASPortArgs *)

Member Function Documentation

◆ addPortCmdOnce()

bool JASPortCmd::addPortCmdOnce ( )

◆ execAllCommand()

void JASPortCmd::execAllCommand ( )
static

◆ getArgs()

JASPortArgs * JASPortCmd::getArgs ( )
inline

◆ getFunc()

Command JASPortCmd::getFunc ( )
inline

◆ setPortCmd()

bool JASPortCmd::setPortCmd ( Command func,
JASPortArgs * args )

Member Data Documentation

◆ mArgs

JASPortArgs* JASPortCmd::mArgs

◆ mFunc

Command JASPortCmd::mFunc

◆ sCommandListOnce

JASPortCmd::TPortHead JASPortCmd::sCommandListOnce
static

◆ sCommandListStay

JASPortCmd::TPortHead JASPortCmd::sCommandListStay
static

The documentation for this struct was generated from the following files: