Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

VM::AssemblerFile::Config Struct Reference

Assembler file reader configuration data. (trivially C++-safe). More...

#include <asmfile.h>

Collaboration diagram for VM::AssemblerFile::Config:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

Assembler file reader configuration data. (trivially C++-safe).

Definition at line 59 of file asmfile.h.


Constructor & Destructor Documentation

VM::AssemblerFile::Config::Config  ) 
 

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.

VM::AssemblerFile::Config::~Config  )  [inline]
 

Definition at line 71 of file asmfile.h.


Member Data Documentation

bool VM::AssemblerFile::Config::emit_all_classinfo
 

If set, all non-used _class_ information is dumped as well.

Definition at line 67 of file asmfile.h.

Referenced by Config().

bool VM::AssemblerFile::Config::emit_all_namespaces
 

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().

bool VM::AssemblerFile::Config::read_member_var_names
 

Definition at line 62 of file asmfile.h.

Referenced by Config().

bool VM::AssemblerFile::Config::read_non_pointer_members
 

Definition at line 61 of file asmfile.h.

Referenced by Config().


The documentation for this struct was generated from the following files:
Generated on Sat Feb 19 22:36:06 2005 for Ray by doxygen 1.3.5