GiNaC  1.6.2
Public Member Functions | Private Attributes
GiNaC::print_context_options Class Reference

This class stores information about a registered print_context class. More...

#include <print.h>

List of all members.

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

Detailed Description

This class stores information about a registered print_context class.

Definition at line 35 of file print.h.


Constructor & Destructor Documentation

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

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

Definition at line 40 of file print.h.

References name.

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

Definition at line 41 of file print.h.

References parent_name.

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

Definition at line 42 of file print.h.

References id.


Member Data Documentation

const char* GiNaC::print_context_options::name [private]

Class name.

Definition at line 45 of file print.h.

Referenced by get_name().

Name of superclass.

Definition at line 46 of file print.h.

Referenced by get_parent_name().

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.