|
GiNaC 1.8.10
|
This class stores information about a registered print_context class. More...
#include <print.h>
Public Member Functions | |
| print_context_options (const char *n, const char *p, unsigned i) | |
| const char * | get_name () const |
| const char * | get_parent_name () const |
| unsigned | get_id () const |
Private Attributes | |
| 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.
|
inline |
Definition at line 35 of file print.h.
References id, name, and parent_name.
|
inline |
|
inline |
Definition at line 39 of file print.h.
References parent_name.
|
inline |
Definition at line 40 of file print.h.
References id.
Referenced by GiNaC::function::print(), and GiNaC::basic::print_dispatch().
|
private |
Class name.
Definition at line 43 of file print.h.
Referenced by get_name(), and print_context_options().
|
private |
Name of superclass.
Definition at line 44 of file print.h.
Referenced by get_parent_name(), and print_context_options().
|
private |
ID number (assigned automatically).
Definition at line 45 of file print.h.
Referenced by get_id(), and print_context_options().