Information about a stored property.
More...
#include <archive.h>
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.
◆ property_info() [1/2]
GiNaC::archive_node::property_info::property_info |
( |
| ) |
|
|
inline |
◆ property_info() [2/2]
GiNaC::archive_node::property_info::property_info |
( |
property_type |
t, |
|
|
const std::string & |
n, |
|
|
unsigned |
c = 1 |
|
) |
| |
|
inline |
◆ 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: