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

Information about a stored property. More...

#include <archive.h>

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. More...
 
std::string name
 Name of property. More...
 
unsigned count
 Number of occurrences. More...
 

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

◆ property_info() [1/2]

GiNaC::archive_node::property_info::property_info ( )
inline

Definition at line 66 of file archive.h.

◆ property_info() [2/2]

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

◆ type

property_type GiNaC::archive_node::property_info::type

Data type of property.

Definition at line 69 of file archive.h.

◆ name

std::string GiNaC::archive_node::property_info::name

Name of property.

Definition at line 70 of file archive.h.

◆ count

unsigned GiNaC::archive_node::property_info::count

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.