diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-30 18:18:02 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-30 18:18:02 +0100 |
commit | 0ed53efd407fb4e5462c3c1f606be90bb3f7241b (patch) | |
tree | efa7e55bdf1925fbf1ef5e2ad5155033d4d29713 /src/core/model/Domain.hpp | |
parent | 729ea17ed17cf81eb19847216406e40686df679d (diff) |
Added "Cardinality" type and AnyCardinality constant to RangeSet
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r-- | src/core/model/Domain.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index cd649d5..7704d36 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -616,19 +616,6 @@ public: */ /** - * This is the default cardinality. - */ - -static Variant::cardinalityType createAny() -{ - Variant::cardinalityType any; - any.merge(Range<size_t>::typeRangeFrom(0)); - return std::move(any); -} - -static const Variant AnyCardinality = createAny(); - -/** * A StructuredClass specifies nodes in the StructureTree of a document that * implements this domain. For more information on the StructureTree please * consult the Header documentation above. |