CBMC
cmdlinet::optiont Struct Reference

#include <cmdline.h>

+ Collaboration diagram for cmdlinet::optiont:

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 161 of file cmdline.h.

Constructor & Destructor Documentation

◆ optiont()

cmdlinet::optiont::optiont ( )
inline

Definition at line 170 of file cmdline.h.

Member Data Documentation

◆ hasval

bool cmdlinet::optiont::hasval

Definition at line 164 of file cmdline.h.

◆ islong

bool cmdlinet::optiont::islong

Definition at line 165 of file cmdline.h.

◆ isset

bool cmdlinet::optiont::isset

Definition at line 163 of file cmdline.h.

◆ optchar

char cmdlinet::optiont::optchar

Definition at line 166 of file cmdline.h.

◆ optstring

std::string cmdlinet::optiont::optstring

Definition at line 167 of file cmdline.h.

◆ values

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

Definition at line 168 of file cmdline.h.


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