Home

asm_get_options Class Reference
[Assembly Modeling]

Provides a data structure for passing optional arguments to assembly modeling "get" commands. More...

#include <asm_api.hxx>

Inheritance diagram for asm_get_options:

Inheritance graph
[legend]
Collaboration diagram for asm_get_options:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 asm_get_options (asm_get_request the_request)
 Constructor for choosing a particular request.
 asm_get_options ()
 Default constructor.


Detailed Description

Provides a data structure for passing optional arguments to assembly modeling "get" commands.

Constructor & Destructor Documentation

asm_get_options::asm_get_options (  ) 

Default constructor.

The default request is ASM_ALL.

asm_get_options::asm_get_options ( asm_get_request  the_request  ) 

Constructor for choosing a particular request.



Parameters:
the_request request value to be used.