Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | List of all members
datatools::dependency_graph::vertex_properties_t Struct Reference

#include <bayeux/datatools/dependency_graph.h>

Public Member Functions

 vertex_properties_t ()
 
 vertex_properties_t (const std::string &id_, const std::string &category_)
 

Public Attributes

std::string id
 Unique name/identifier of the vertex. More...
 
std::string category
 Category of the vertex. More...
 

Constructor & Destructor Documentation

◆ vertex_properties_t() [1/2]

datatools::dependency_graph::vertex_properties_t::vertex_properties_t ( )
inline

◆ vertex_properties_t() [2/2]

datatools::dependency_graph::vertex_properties_t::vertex_properties_t ( const std::string &  id_,
const std::string &  category_ 
)
inline

Member Data Documentation

◆ category

std::string datatools::dependency_graph::vertex_properties_t::category

Category of the vertex.

◆ id

std::string datatools::dependency_graph::vertex_properties_t::id

Unique name/identifier of the vertex.


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