Basalt
0.2.9

Introduction

  • Basalt - Graph Storage API for C++ and Python
  • Development stage
  • Usage
  • Installation
  • Manual build and installation instructions
  • Files Layout
  • Embedded third-parties
  • Contributing

Contents

  • Graphs

Contributing:

  • Contribution Guide
  • Got a Question?
  • Found a Bug?
  • Missing a Feature?
  • Submission Guidelines
  • Development
  • Release

Reference

  • Python package
  • C++ API
Basalt
  • Docs »
  • C++ API »
  • File graph.hpp
  • View page source

File graph.hpp¶

↰ Parent directory (/goinfre/src/github.com/tristan0x/basalt/include/basalt)

Contents

  • Definition (/goinfre/src/github.com/tristan0x/basalt/include/basalt/graph.hpp)

  • Includes

  • Included By

  • Namespaces

  • Classes

  • Functions

  • Typedefs

Definition (/goinfre/src/github.com/tristan0x/basalt/include/basalt/graph.hpp)¶

  • Program Listing for File graph.hpp

Includes¶

  • basalt/fwd.hpp (File fwd.hpp)

  • basalt/status.hpp (File status.hpp)

  • fstream

  • iosfwd

  • limits

  • memory

  • string

  • utility

  • vector

Included By¶

  • File basalt.hpp

  • File vertices.hpp

  • File vertices.ipp

Namespaces¶

  • Namespace basalt

Classes¶

  • Template Class Graph

Functions¶

  • Function basalt::make_id

  • Function operator<<(std::ostream&, const basalt::vertex_uid_t&)

  • Function operator<<(std::ostream&, const basalt::vertex_uids_t&)

  • Function operator<<(std::ostream&, const basalt::edge_uid_t&)

Typedefs¶

  • Typedef basalt::DirectedGraph

  • Typedef basalt::UndirectedGraph

Next Previous

© Copyright 2019, BlueBrain HPC Team

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