Added class CpuConfig.
This commit is contained in:
parent
66d62de681
commit
dd875c7c37
10 changed files with 233 additions and 133 deletions
|
@ -57,10 +57,7 @@ public:
|
|||
const char *toString() const;
|
||||
rapidjson::Value toJSON() const;
|
||||
|
||||
// inline static Assembly parse(bool enable) { return enable ? ASM_AUTO : ASM_NONE; }
|
||||
|
||||
inline bool isEqual(const Assembly &other) const { return m_id == other.m_id; }
|
||||
|
||||
inline bool isEqual(const Assembly &other) const { return m_id == other.m_id; }
|
||||
|
||||
inline bool operator!=(const Assembly &other) const { return !isEqual(other); }
|
||||
inline bool operator!=(const Assembly::Id &id) const { return m_id != id; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue