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

Information about a stored property. More...

#include <archive.h>

List of all members.

Public Member Functions

 property_info ()
 property_info (property_type t, const std::string &n, unsigned c=1)

Public Attributes

property_type type
 Data type of property.
std::string name
 Name of property.
unsigned count
 Number of occurrences.

Detailed Description

Information about a stored property.

A vector of these structures is returned by get_properties().

See also:
get_properties

Definition at line 65 of file archive.h.


Constructor & Destructor Documentation

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

Definition at line 66 of file archive.h.

GiNaC::archive_node::property_info::property_info ( property_type  t,
const std::string &  n,
unsigned  c = 1 
) [inline]

Definition at line 67 of file archive.h.


Member Data Documentation

Data type of property.

Definition at line 69 of file archive.h.

Name of property.

Definition at line 70 of file archive.h.

Number of occurrences.

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