GiNaC 1.8.7
Public Member Functions | Public Attributes | List of all members
GiNaC::archive_node::property Struct Reference

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

#include <archive.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Archived property (data type, name and associated data)

Definition at line 76 of file archive.h.

Constructor & Destructor Documentation

◆ property() [1/2]

GiNaC::archive_node::property::property ( )
inline

Definition at line 77 of file archive.h.

◆ property() [2/2]

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

◆ type

property_type GiNaC::archive_node::property::type

Data type of property.

Definition at line 80 of file archive.h.

◆ name

archive_atom GiNaC::archive_node::property::name

Name of property.

Definition at line 81 of file archive.h.

◆ value

unsigned GiNaC::archive_node::property::value

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.