GiNaC  1.6.2
Public Member Functions | Public Attributes
GiNaC::archive::archived_ex Struct Reference

Archived expression descriptor. More...

List of all members.

Public Member Functions

 archived_ex ()
 archived_ex (archive_atom n, archive_node_id node)

Public Attributes

archive_atom name
 Name of expression.
archive_node_id root
 ID of root node.

Detailed Description

Archived expression descriptor.

Definition at line 307 of file archive.h.


Constructor & Destructor Documentation

GiNaC::archive::archived_ex::archived_ex ( ) [inline]

Definition at line 308 of file archive.h.

GiNaC::archive::archived_ex::archived_ex ( archive_atom  n,
archive_node_id  node 
) [inline]

Definition at line 309 of file archive.h.


Member Data Documentation

Name of expression.

Definition at line 311 of file archive.h.

ID of root node.

Definition at line 312 of file archive.h.


The documentation for this struct 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.