RetroArch
|
Classes | |
struct | name_pair |
class | ComFunction |
struct | ComFunction::param_t |
class | ComHeader |
Functions | |
string | insert_name (const string &fname, const string &name) |
string | get_derived_basename (const char *name) |
string | get_derived_basename (string name) |
string | get_prefix (const char *type) |
string | get_prefix (const string &type) |
string | clean_name (const char *name) |
template<class _Elem , class _Traits > | |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &ios, ComHeader &header) |
int | main (int argc, const char **argv) |
Variables | |
bool | use_typedefs = true |
const char * | prefix_seperator = "" |
vector< string > | ignored_fn_prefixes_list |
vector< string > | fn_prefixes_list |
bool | move_fn_prefix_after_action = true |
vector< string > | ignored_types_list |
const char * | required_prefix = "ID" |
vector< string > | ignored_functions_list |
vector< string > | overloaded_list |
vector< string > | action_list |
vector< string > | derived_types_list |
vector< string > | base_objects_list |
int main | ( | int | argc, |
const char ** | argv | ||
) |
basic_ostream<_Elem, _Traits>& operator<< | ( | basic_ostream< _Elem, _Traits > & | ios, |
ComHeader & | header | ||
) |
vector<string> action_list |
vector<string> base_objects_list |
vector<string> derived_types_list |
vector<string> fn_prefixes_list |
vector<string> ignored_fn_prefixes_list |
vector<string> ignored_functions_list |
vector<string> ignored_types_list |
vector<string> overloaded_list |
const char* prefix_seperator = "" |
const char* required_prefix = "ID" |