Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Fields
rhs_function_struct Struct Reference

#include <rhsfun.h>

Data Fields

Bool can_be_rhs_value
Bool can_be_stand_alone_action
rhs_function_routine f
Symbolname
struct rhs_function_structnext
int num_args_expected
void * user_data

Detailed Description

Definition at line 232 of file rhsfun.h.

Field Documentation

Bool rhs_function_struct::can_be_rhs_value

Definition at line 237 of file rhsfun.h.

Referenced by add_rhs_function(), and parse_function_call_after_lparen().

Bool rhs_function_struct::can_be_stand_alone_action

Definition at line 238 of file rhsfun.h.

Referenced by add_rhs_function(), and parse_function_call_after_lparen().

rhs_function_routine rhs_function_struct::f
Symbol* rhs_function_struct::name
struct rhs_function_struct* rhs_function_struct::next

Definition at line 233 of file rhsfun.h.

Referenced by add_rhs_function(), lookup_rhs_function(), and remove_rhs_function().

int rhs_function_struct::num_args_expected

Definition at line 236 of file rhsfun.h.

Referenced by add_rhs_function(), and parse_function_call_after_lparen().

void* rhs_function_struct::user_data

Definition at line 239 of file rhsfun.h.

Referenced by add_rhs_function(), and instantiate_rhs_value().


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