GiNaC  1.6.2
Public Member Functions | Public Attributes
GiNaC::archive_node::property Struct Reference

Archived property (data type, name and associated data) More...

#include <archive.h>

List of all members.

Public Member Functions

 property ()
 property (archive_atom n, property_type t, unsigned v)

Public Attributes

property_type type
 Data type of property.
archive_atom name
 Name of property.
unsigned value
 Stored value.

Detailed Description

Archived property (data type, name and associated data)

Definition at line 76 of file archive.h.


Constructor & Destructor Documentation

GiNaC::archive_node::property::property ( ) [inline]

Definition at line 77 of file archive.h.

GiNaC::archive_node::property::property ( archive_atom  n,
property_type  t,
unsigned  v 
) [inline]

Definition at line 78 of file archive.h.


Member Data Documentation

Data type of property.

Definition at line 80 of file archive.h.

Name of property.

Definition at line 81 of file archive.h.

Stored value.

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