RCPPSW
1.4.4.beta

Contents:

  • Setting Up RCPPSW
  • Using RCPPSW: Runtime Configuration
  • Contributing
  • RCPPSW API
RCPPSW
  • File graphml.hpp

File graphml.hpp

↰ Parent directory (rcppsw/ds/graph)

Contents

  • Definition (rcppsw/ds/graph/graphml.hpp)

  • Detailed Description

  • Includes

  • Namespaces

  • Classes

  • Functions

Definition (rcppsw/ds/graph/graphml.hpp)

  • Program Listing for File graphml.hpp

Detailed Description

2021 John Harwell, All rights reserved.

SPDX-License-Identifier: MIT

Includes

  • boost/graph/graphml.hpp

  • boost/property_map/dynamic_property_map.hpp

  • filesystem

  • fstream

  • rcppsw/ds/graph/graph.hpp (File graph.hpp)

  • rcppsw/patterns/decorator/decorator.hpp (File decorator.hpp)

Namespaces

  • Namespace rcppsw

  • Namespace rcppsw::ds

  • Namespace rcppsw::ds::graph

  • Namespace rcppsw::ds::graph::detail

Classes

  • Template Struct is_decorator

  • Template Struct is_decorator< T, std::void_t< decltype(std::declval< T >().decoratee())> >

Functions

  • Template Function property_map_gen(TGraphType&, std::function<void(TMapType&map, typename TGraphType::decoratee_type&g)>)

  • Template Function property_map_gen(TBGLGraphType&, std::function<void(TMapType&map, TBGLGraphType&g)>)

  • Template Function read_graphml(const fs::path&, TBGLGraphType&, boost::dynamic_properties&)

  • Template Function read_graphml(const fs::path&, TDecoratorType&, boost::dynamic_properties&)


© Copyright 2024, John Harwell.

Built with Sphinx using a theme provided by Read the Docs.