humoto
Public Member Functions | Public Attributes | List of all members
humoto::HierarchyLevel::TaskInfo Class Reference

Detailed Description

Information about a task in a hierarchy.

Definition at line 201 of file hierarchy_level.h.

#include <hierarchy_level.h>

Public Member Functions

 TaskInfo (TaskSharedPointer ptr, const std::size_t offset=0, const std::size_t length=0)
 Constructor. More...
 

Public Attributes

Location location_
 location of the task constraints on a hierarchy level More...
 
TaskSharedPointer ptr_
 task pointer More...
 

Constructor & Destructor Documentation

◆ TaskInfo()

humoto::HierarchyLevel::TaskInfo::TaskInfo ( TaskSharedPointer  ptr,
const std::size_t  offset = 0,
const std::size_t  length = 0 
)
inline

Constructor.

Parameters
[in]ptrpointer
[in]offset
[in]length

Definition at line 219 of file hierarchy_level.h.

Member Data Documentation

◆ location_

Location humoto::HierarchyLevel::TaskInfo::location_

location of the task constraints on a hierarchy level

Definition at line 208 of file hierarchy_level.h.

◆ ptr_

TaskSharedPointer humoto::HierarchyLevel::TaskInfo::ptr_

task pointer

Definition at line 205 of file hierarchy_level.h.


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