mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #467 Added CIdentifierList::containsAnyNotIn().
This commit is contained in:
@@ -36,6 +36,9 @@ namespace BlackMisc
|
||||
|
||||
//! Construct from a base class object.
|
||||
CIdentifierList(const CSequence<BlackMisc::CIdentifier> &other);
|
||||
|
||||
//! This list contains an identifier which is not contained in other.
|
||||
bool containsAnyNotIn(const CIdentifierList &other) const;
|
||||
};
|
||||
} //namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user