transwarp
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
transwarp::edge Class Reference

An edge between two nodes. More...

#include <transwarp.h>

Public Member Functions

 edge (std::shared_ptr< transwarp::node > parent, std::shared_ptr< transwarp::node > child) noexcept
 
 edge (const edge &)=default
 
edgeoperator= (const edge &)=default
 
 edge (edge &&)=default
 
edgeoperator= (edge &&)=default
 
const std::shared_ptr
< transwarp::node > & 
get_parent () const noexcept
 Returns the parent node.
 
const std::shared_ptr
< transwarp::node > & 
get_child () const noexcept
 Returns the child node.
 

Detailed Description

An edge between two nodes.


The documentation for this class was generated from the following file: