ARB
Classes | Macros | Typedefs | Enumerations | Functions
gb_aci.h File Reference
#include <arb_str.h>
#include "arbdbt.h"
#include <vector>
#include <map>
Include dependency graph for gb_aci.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GBL_streams
 
struct  GBL_command_definition
 
class  GBL_command_lookup_table
 
class  GBL_custom_command_lookup_table
 
class  GBL_env
 
class  FieldTracker
 
class  GBL_call_env
 
class  GBL_maybe_itemless_call_env
 
struct  GBL_simple_call_env
 
class  GBL_command_arguments
 

Macros

#define gb_assert(cond)   arb_assert(cond)
 

Typedefs

typedef GB_ERROR(* GBL_COMMAND )(GBL_command_arguments *args)
 

Enumerations

enum  GBL_customization_mode { DENY_SUBSTITUTION, PERMIT_SUBSTITUTION }
 

Functions

typedef SmartMallocPtr (char) GBL
 
const GBL_command_lookup_tableACI_get_standard_commands ()
 

Macro Definition Documentation

#define gb_assert (   cond)    arb_assert(cond)

Typedef Documentation

typedef GB_ERROR(* GBL_COMMAND)(GBL_command_arguments *args)

Definition at line 49 of file gb_aci.h.

Enumeration Type Documentation

Enumerator
DENY_SUBSTITUTION 
PERMIT_SUBSTITUTION 

Definition at line 85 of file gb_aci.h.

Function Documentation

typedef SmartMallocPtr ( char  )
const GBL_command_lookup_table& ACI_get_standard_commands ( )