24 #include <OnixS/Senaf/MarketData/Export.h> 29 namespace OnixS {
namespace Senaf {
namespace MarketData {
51 void copyTo(std::set<CpuIndex>&)
const;
54 bool insert(CpuIndex index);
57 bool erase(CpuIndex index);
66 std::string toString()
const;
69 void toString(std::string&)
const;
76 std::set<CpuIndex>* indices_;
int CpuIndex
Zero-based index of CPU.
std::string toString() const
Returns textual presentation.
Represents set of CPU indices.