GiNaC 1.8.7
Public Member Functions | Public Attributes | List of all members
GiNaC::archive::archived_ex Struct Reference

Archived expression descriptor. More...

Public Member Functions

 archived_ex ()
 
 archived_ex (archive_atom n, archive_node_id node)
 

Public Attributes

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

Detailed Description

Archived expression descriptor.

Definition at line 312 of file archive.h.

Constructor & Destructor Documentation

◆ archived_ex() [1/2]

GiNaC::archive::archived_ex::archived_ex ( )
inline

Definition at line 313 of file archive.h.

◆ archived_ex() [2/2]

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

Definition at line 314 of file archive.h.

Member Data Documentation

◆ name

archive_atom GiNaC::archive::archived_ex::name

Name of expression.

Definition at line 316 of file archive.h.

◆ root

archive_node_id GiNaC::archive::archived_ex::root

ID of root node.

Definition at line 317 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.