|
GiNaC
1.6.2
|
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. | |
| std::string | name |
| Name of property. | |
| unsigned | count |
| Number of occurrences. | |
Information about a stored property.
A vector of these structures is returned by get_properties().
| GiNaC::archive_node::property_info::property_info | ( | ) | [inline] |
| GiNaC::archive_node::property_info::property_info | ( | property_type | t, |
| const std::string & | n, | ||
| unsigned | c = 1 |
||
| ) | [inline] |
| std::string GiNaC::archive_node::property_info::name |