Arbiter
Dependency manager library that supports decentralization
Public Member Functions | Public Attributes | List of all members
ArbiterResolvedDependencyGraph::NodeValue Struct Referencefinal
Collaboration diagram for ArbiterResolvedDependencyGraph::NodeValue:
[legend]

Public Member Functions

 NodeValue (ArbiterSelectedVersion version, const ArbiterRequirement &requirement)
 
bool operator== (const NodeValue &other) const
 
const ArbiterRequirementrequirement () const
 

Public Attributes

const ArbiterSelectedVersion _version
 

Detailed Description

Definition at line 21 of file Graph.h.

Constructor & Destructor Documentation

§ NodeValue()

ArbiterResolvedDependencyGraph::NodeValue::NodeValue ( ArbiterSelectedVersion  version,
const ArbiterRequirement requirement 
)

Member Function Documentation

§ operator==()

bool ArbiterResolvedDependencyGraph::NodeValue::operator== ( const NodeValue other) const

§ requirement()

const ArbiterRequirement& ArbiterResolvedDependencyGraph::NodeValue::requirement ( ) const

Definition at line 28 of file Graph.h.

Member Data Documentation

§ _version

const ArbiterSelectedVersion ArbiterResolvedDependencyGraph::NodeValue::_version

Definition at line 24 of file Graph.h.


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