#include <explicitplacement.hpp>


Public Types | |
| typedef std::pair< Time, Pipe > | SolutionData |
Public Member Functions | |
| virtual ExplicitPlacement | resolve () const |
| no need to resolve any further, as this ExplicitPlacement already is the result of a resolve()-call. | |
Public Attributes | |
| const Pipe | pipe |
| const Time | time |
Protected Member Functions | |
| ExplicitPlacement (const Placement< MObject > &base, const SolutionData found) | |
Private Member Functions | |
| ExplicitPlacement & | operator= (const ExplicitPlacement &) |
| copying prohibited, ExplicitPlacement is effectively const! | |
Friends | |
| ExplicitPlacement | Placement () const |
Definition at line 47 of file explicitplacement.hpp.
1.5.5