Lines Matching full:target
21 class Target class
27 * @param[in] - The logical position of the target
30 Target(size_t position, const std::string& devPath) : in Target() function in openpower::targeting::Target
34 Target() = delete;
35 ~Target() = default;
36 Target(const Target&) = default;
37 Target(Target&&) = default;
38 Target& operator=(Target&&) = default;
64 * The logical position of this target
86 * Scans sysfs to find all processors and creates Target objects
101 * Returns a const iterator to the first target
109 * Returns a const iterator to the last (highest position) target.
125 * Returns a target by position.
127 std::unique_ptr<Target>& getTarget(size_t pos);
143 std::vector<std::unique_ptr<Target>> targets;