30 Ocak 2017 Pazartesi

property_map dynamic_properties Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <boost/property_map/property_map.hpp>
Tanımlama
Şöyle yaparız
typedef dynamic_properties Properties;
Constructor
Şöyle yaparız
Properties props(ignore_other_properties);
Şöyle yaparız.
boost::dynamic_properties props (boost::ignore_other_properties);
property metodu
Şöyle yaparız
props.property("url", get(&VertexProperties::url, graph));
Şöyle yaparız
map<string, string> attribute_name2name;
associative_property_map<map<string, string>> graphname_map(attribute_name2name);
props.property("title", graphname_map);

Hiç yorum yok:

Yorum Gönder