#include <graphml.hpp>
|
| mutate_graph_impl (MutableGraph &g, dynamic_properties &dp) |
|
bool | is_directed () const |
|
virtual any | do_add_vertex () |
|
virtual std::pair< any, bool > | do_add_edge (any source, any target) |
|
virtual void | set_graph_property (const std::string &name, const std::string &value, const std::string &value_type) |
|
virtual void | set_vertex_property (const std::string &name, any vertex, const std::string &value, const std::string &value_type) |
|
virtual void | set_edge_property (const std::string &name, any edge, const std::string &value, const std::string &value_type) |
|
|
typedef mpl::vector< bool, int,
long, float, double,
std::string > | value_types |
|
|
static const char * | m_type_names [] = {"boolean", "int", "long", "float", "double", "string"} |
|
template<typename MutableGraph>
template<typename MutableGraph>
template<typename MutableGraph>
template<typename MutableGraph>
template<typename MutableGraph>
template<typename MutableGraph>
virtual void boost::mutate_graph_impl< MutableGraph >::set_edge_property |
( |
const std::string & |
name, |
|
|
any |
edge, |
|
|
const std::string & |
value, |
|
|
const std::string & |
value_type |
|
) |
| |
|
inlinevirtual |
template<typename MutableGraph>
virtual void boost::mutate_graph_impl< MutableGraph >::set_graph_property |
( |
const std::string & |
name, |
|
|
const std::string & |
value, |
|
|
const std::string & |
value_type |
|
) |
| |
|
inlinevirtual |
template<typename MutableGraph>
virtual void boost::mutate_graph_impl< MutableGraph >::set_vertex_property |
( |
const std::string & |
name, |
|
|
any |
vertex, |
|
|
const std::string & |
value, |
|
|
const std::string & |
value_type |
|
) |
| |
|
inlinevirtual |
template<typename MutableGraph>
template<typename MutableGraph>
template<typename MutableGraph>
const char * boost::mutate_graph_impl< MutableGraph >::m_type_names = {"boolean", "int", "long", "float", "double", "string"} |
|
staticprotected |
The documentation for this class was generated from the following file: