mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refs #879, added ctor for CSimulatedAircraft / CPropertyIndexVariantMap::size()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9b56c5bf51
commit
5bea0e2a96
@@ -169,6 +169,9 @@ namespace BlackMisc
|
||||
//! clear
|
||||
void clear() { this->m_values.clear(); }
|
||||
|
||||
//! Number of elements
|
||||
int size() const;
|
||||
|
||||
//! Equal operator, required if maps are directly compared, not with CValueObject
|
||||
BLACKMISC_EXPORT friend bool operator ==(const CPropertyIndexVariantMap &a, const CPropertyIndexVariantMap &b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user