Property Kind | property_kind<PropertyTag>::type | This specifies whether the property is a Vertex Property Tag (vertex_property_tag), an Edge Property Tag (edge_property_tag), or a Graph Property Tag which is attached to the graph object itself (graph_property_tag). The tags are defined in boost/graph/properties.hpp. The property_kind traits class is defined in boost/pending/property.hpp. |
Property ID Number | property_num<PropertyTag>::value | This is needed as a workaround when using compilers that do not support partial specialization (and hence prevent us from using boost::is_same to detect if two property tags are the same). The property_num traits class is defined in boost/pending/property.hpp. |
Copyright © 2000-2001 | Jeremy Siek, Indiana University ([email protected]) |