swift
|
Go to the source code of this file.
Classes | |
class | swift::misc::QOrderedSet< T > |
Needed for compatibility with C++ standard algorithms which expect ordered sets. More... | |
class | swift::misc::CCollection< T > |
Generic ordered container with value semantics. More... | |
Namespaces | |
swift::misc | |
Free functions in swift::misc. | |
Macros | |
#define | SWIFT_DECLARE_COLLECTION_MIXINS(Namespace, T, Set) SWIFT_TEMPLATE_COLLECTION_MIXINS(Namespace, T, Set, extern) |
Explicit template declaration of mixins for a CCollection subclass to be placed near the top of the header that defines the class. | |
#define | SWIFT_DEFINE_COLLECTION_MIXINS(Namespace, T, Set) SWIFT_TEMPLATE_COLLECTION_MIXINS(Namespace, T, Set, ) |
Explicit template definition of mixins for a CCollection subclass. | |