cprover
cmdlinet::optiont Struct Reference

#include <cmdline.h>

Collaboration diagram for cmdlinet::optiont:
[legend]

Public Member Functions

 optiont ()
 

Public Attributes

bool isset
 
bool hasval
 
bool islong
 
char optchar
 
std::string optstring
 
std::list< std::string > values
 

Detailed Description

Definition at line 44 of file cmdline.h.

Constructor & Destructor Documentation

◆ optiont()

cmdlinet::optiont::optiont ( )
inline

Definition at line 53 of file cmdline.h.

Member Data Documentation

◆ hasval

bool cmdlinet::optiont::hasval

Definition at line 47 of file cmdline.h.

Referenced by cmdlinet::parse().

◆ islong

bool cmdlinet::optiont::islong

◆ isset

bool cmdlinet::optiont::isset

Definition at line 46 of file cmdline.h.

Referenced by cmdlinet::parse().

◆ optchar

char cmdlinet::optiont::optchar

◆ optstring

std::string cmdlinet::optiont::optstring

◆ values

std::list<std::string> cmdlinet::optiont::values

Definition at line 51 of file cmdline.h.


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