#include <asmfile.h>
Collaboration diagram for VM::AssemblerFile::Config:
Public Member Functions | |
Config () | |
Constructor sets defaults. | |
~Config () | |
Public Attributes | |
bool | read_non_pointer_members |
bool | read_member_var_names |
bool | emit_all_namespaces |
bool | emit_all_classinfo |
If set, all non-used _class_ information is dumped as well. |
Definition at line 59 of file asmfile.h.
|
Constructor sets defaults.
Definition at line 25 of file asmfile.cc. References emit_all_classinfo, emit_all_namespaces, read_member_var_names, and read_non_pointer_members. |
|
|
|
If set, all non-used _class_ information is dumped as well.
Definition at line 67 of file asmfile.h. Referenced by Config(). |
|
If set, all non-used namespaces and classes will be written as well by WriteFile(). Definition at line 65 of file asmfile.h. Referenced by Config(). |
|
Definition at line 62 of file asmfile.h. Referenced by Config(). |
|
Definition at line 61 of file asmfile.h. Referenced by Config(). |