27 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
49 void copyTo(std::set<CpuIndex>&)
const;
52 bool insert(CpuIndex index);
55 bool erase(CpuIndex index);
64 std::string toString()
const;
67 void toString(std::string&)
const;
74 std::set<CpuIndex>* indices_;
int CpuIndex
Zero-based index of CPU.
std::string toString() const
Returns textual presentation.
std::ostream & operator<<(std::ostream &, const Error &)
Make it printable to formatted C++ I/O streams.
Represents set of CPU indices.