Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
verbtbl.h
Go to the documentation of this file.
1
7
#ifndef __VERBTBL_H
8
#define __VERBTBL_H
9
namespace
Pol
10
{
11
namespace
Bscript
12
{
13
class
Verb
14
{
15
public
:
16
char
*
verb
;
17
int
narg
;
18
19
Verb
(
const
char
*
name
,
int
nargs );
20
};
21
22
int
isInTable
(
Verb
* table,
int
tableSize,
const
char
* search,
Verb
** result );
23
}
24
}
25
#endif
Pol::Bscript::Verb::Verb
Verb(const char *name, int nargs)
Pol::Bscript::Verb::verb
char * verb
Definition:
verbtbl.h:16
Pol::Bscript::Verb
Definition:
verbtbl.h:13
Pol::Bscript::Verb::narg
int narg
Definition:
verbtbl.h:17
name
std::string name
Definition:
osmod.cpp:943
Pol
Definition:
berror.cpp:12
Pol::Bscript::isInTable
int isInTable(Verb *table, int tableSize, const char *search, Verb **result)
bscript
verbtbl.h
Generated on Wed Oct 10 2018 02:41:46 for Pol by
1.8.11