refs #879, added ctor for CSimulatedAircraft / CPropertyIndexVariantMap::size()

This commit is contained in:
Klaus Basan
2017-02-12 22:33:16 +01:00
committed by Mathew Sutcliffe
parent 9b56c5bf51
commit 5bea0e2a96
4 changed files with 19 additions and 1 deletions

View File

@@ -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);