QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cbuf_interpreter_s Struct Reference

Data Fields

void(* add )(struct cbuf_s *cbuf, const char *str)
 
const char **(* complete )(struct cbuf_s *cbuf, const char *str)
 
void(* construct )(struct cbuf_s *cbuf)
 
void(* destruct )(struct cbuf_s *cbuf)
 
void(* execute )(struct cbuf_s *cbuf)
 
void(* execute_sets )(struct cbuf_s *cbuf)
 
void(* insert )(struct cbuf_s *cbuf, const char *str)
 
void(* reset )(struct cbuf_s *cbuf)
 

Field Documentation

void(* add)(struct cbuf_s *cbuf, const char *str)
const char**(* complete)(struct cbuf_s *cbuf, const char *str)
void(* construct)(struct cbuf_s *cbuf)
void(* destruct)(struct cbuf_s *cbuf)
void(* execute)(struct cbuf_s *cbuf)
void(* execute_sets)(struct cbuf_s *cbuf)
void(* insert)(struct cbuf_s *cbuf, const char *str)
void(* reset)(struct cbuf_s *cbuf)

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