glued.annotations.common_annotations

Undocumented in source.

Members

Aliases

Metaannotation
alias Metaannotation = OnAnnotation
Undocumented in source.
between
alias between = RepetitionBoundaries
Undocumented in source.
optional
alias optional = atMostOnce
Undocumented in source.

Functions

atLeast
RepetitionBoundaries atLeast(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
atMost
RepetitionBoundaries atMost(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
exactly
RepetitionBoundaries exactly(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

OnAnnotation
enum OnAnnotation;
Undocumented in source.
anyNumber
enum anyNumber;
Undocumented in source.
atLeastOnce
enum atLeastOnce;
Undocumented in source.
atMostOnce
enum atMostOnce;
Undocumented in source.
exactlyOnce
enum exactlyOnce;
Undocumented in source.
notAtAll
enum notAtAll;
Undocumented in source.

Structs

OnStatic
struct OnStatic
Undocumented in source.
Repeatable
struct Repeatable
Undocumented in source.
RepetitionBoundaries
struct RepetitionBoundaries
Undocumented in source.
Target
struct Target
Undocumented in source.
TargetOwner
struct TargetOwner
Undocumented in source.

Meta