GiNaC 1.8.7
Public Member Functions | Private Attributes | List of all members
GiNaC::print_context_options Class Reference

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. More...
 
const char * parent_name
 Name of superclass. More...
 
unsigned id
 ID number (assigned automatically). More...
 

Detailed Description

This class stores information about a registered print_context class.

Definition at line 35 of file print.h.

Constructor & Destructor Documentation

◆ print_context_options()

GiNaC::print_context_options::print_context_options ( const char *  n,
const char *  p,
unsigned  i 
)
inline

Definition at line 37 of file print.h.

Member Function Documentation

◆ get_name()

const char * GiNaC::print_context_options::get_name ( ) const
inline

Definition at line 40 of file print.h.

References name.

◆ get_parent_name()

const char * GiNaC::print_context_options::get_parent_name ( ) const
inline

Definition at line 41 of file print.h.

References parent_name.

◆ get_id()

unsigned GiNaC::print_context_options::get_id ( ) const
inline

Definition at line 42 of file print.h.

References id.

Member Data Documentation

◆ name

const char* GiNaC::print_context_options::name
private

Class name.

Definition at line 45 of file print.h.

Referenced by get_name().

◆ parent_name

const char* GiNaC::print_context_options::parent_name
private

Name of superclass.

Definition at line 46 of file print.h.

Referenced by get_parent_name().

◆ id

unsigned GiNaC::print_context_options::id
private

ID number (assigned automatically).

Definition at line 47 of file print.h.

Referenced by get_id().


The documentation for this class was generated from the following file:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.