This class stores information about a registered print_context class.
More...
#include <print.h>
|
const char * | name |
| Class name.
|
|
const char * | parent_name |
| Name of superclass.
|
|
unsigned | id |
| ID number (assigned automatically).
|
|
This class stores information about a registered print_context class.
Definition at line 34 of file print.h.
◆ print_context_options()
GiNaC::print_context_options::print_context_options |
( |
const char * |
n, |
|
|
const char * |
p, |
|
|
unsigned |
i |
|
) |
| |
|
inline |
◆ get_name()
const char * GiNaC::print_context_options::get_name |
( |
| ) |
const |
|
inline |
◆ get_parent_name()
const char * GiNaC::print_context_options::get_parent_name |
( |
| ) |
const |
|
inline |
◆ get_id()
unsigned GiNaC::print_context_options::get_id |
( |
| ) |
const |
|
inline |
◆ name
const char* GiNaC::print_context_options::name |
|
private |
◆ parent_name
const char* GiNaC::print_context_options::parent_name |
|
private |
◆ id
unsigned GiNaC::print_context_options::id |
|
private |
ID number (assigned automatically).
Definition at line 46 of file print.h.
Referenced by get_id().
The documentation for this class was generated from the following file: