Argsparse
Loading...
Searching...
No Matches
Argparse.ArgumentMultiplicity Class Referenceabstract

Models information about a plain argument, how many parts it should consist of. More...

Inheritance diagram for Argparse.ArgumentMultiplicity:
Argparse.ArgumentMultiplicity.AllThatFollow Argparse.ArgumentMultiplicity.SpecificCount

Classes

class  AllThatFollow
 Represents such a multiplicity in which all the following argument parts belong to the given plain argument. More...
 
class  SpecificCount
 Represents such a multiplicity in which the number of parts and argument should have is one number known in advance. More...
 

Detailed Description

Models information about a plain argument, how many parts it should consist of.

See Argument<C, V>, IArgument<C>.


The documentation for this class was generated from the following file: