CppGraph Application Framework©
Copyright © 2004-202x Geoff Goldberg
Public Types | List of all members
cppgraph::relationship_enum Struct Reference

A relationship enum specifies the direct relationship (parent or child) between 2 nodes. More...

#include <enums.h>

Inherits cppgraph::enumeration.

Public Types

enum  { e_parent, e_child }
 

Detailed Description

A relationship enum specifies the direct relationship (parent or child) between 2 nodes.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

enumeration members.

Enumerator
e_parent 

Specifies the parent end of a node link.

e_child 

Specifies the child end of a node link.


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