DependencySorter< ElementType_t >::ElementAndDepencies Struct Reference

A structure containing an element and the list of its dependencies. More...

Public Member Functions

 ElementAndDepencies (ElementType e, QList< ElementType > d)
 Constructor. More...
 

Public Attributes

QList< ElementTypedependencies
 The list of dependencies. More...
 
ElementType element
 The element. More...
 

Detailed Description

template<class ElementType_t>
struct farsa::DependencySorter< ElementType_t >::ElementAndDepencies

A structure containing an element and the list of its dependencies.

A list of structured of this type is returned by the function sortWithDependencies()

Definition at line 68 of file dependencysorter.h.

Constructor & Destructor Documentation

ElementAndDepencies ( ElementType  e,
QList< ElementType d 
)
inline

Constructor.

Parameters
ethe element
dthe list of dependencies

Definition at line 76 of file dependencysorter.h.

Member Data Documentation

QList<ElementType> dependencies

The list of dependencies.

Definition at line 90 of file dependencysorter.h.

ElementType element

The element.

Definition at line 85 of file dependencysorter.h.


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