ROLAND  0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
Public Member Functions | Private Attributes | List of all members
CmdTableDef Class Referencefinal

Comand table definitions. More...

#include <cmdtabledef.h>

Public Member Functions

int cmd () const
 
int cmdLength () const
 
int resLength () const
 
int cmdDirection () const
 
CmdHandler cmdHandler () const
 

Private Attributes

int mCmd
 
int mCmdLength
 
int mResLength
 
int mCmdDirection
 
CmdHandler mCmdHandler
 

Detailed Description

Comand table definitions.

Member Function Documentation

int cmd ( ) const
inline

References CmdTableDef::mCmd.

int cmdDirection ( ) const
inline
CmdHandler cmdHandler ( ) const
inline
int cmdLength ( ) const
inline
int resLength ( ) const
inline

Member Data Documentation

int mCmd
private

Referenced by CmdTableDef::cmd().

int mCmdDirection
private
CmdHandler mCmdHandler
private

Referenced by CmdTableDef::cmdHandler().

int mCmdLength
private

Referenced by CmdTableDef::cmdLength().

int mResLength
private

Referenced by CmdTableDef::resLength().


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