Joutsen.ArgumentsParsing  v0.2.1
Public Member Functions | Properties | List of all members
Joutsen.ArgumentsParsing.DefaultParseResult< TResult > Class Template Reference

The default implementation of an object that represents the typed result of the parse process. More...

Public Member Functions

 DefaultParseResult ()
 Creates a new empty instance. More...
 

Properties

TResult Result [get, set]
 The resulting target object. More...
 
Listable< string > UnparsedArguments [get, set]
 The list of input values that was not parsed. More...
 
ArgumentsIterator Iterator [get, set]
 The iterator of the input list. More...
 

Detailed Description

The default implementation of an object that represents the typed result of the parse process.

The default implementation of an object that represents the untyped result of the parse process.

Since
0.2.0
0.1.0

Constructor & Destructor Documentation

◆ DefaultParseResult()

Creates a new empty instance.

Property Documentation

◆ Iterator

The iterator of the input list.

◆ Result

TResult Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.Result
getset

The resulting target object.

◆ UnparsedArguments

Listable<string> Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.UnparsedArguments
getset

The list of input values that was not parsed.