tclap  1.2.2
Public Types | Public Member Functions | List of all members
TCLAP::ValueLikeTrait Struct Reference

A class can inherit from this object to make it have value like traits. More...

#include <ArgTraits.h>

Public Types

typedef ValueLike ValueCategory
 

Public Member Functions

virtual ~ValueLikeTrait ()
 

Detailed Description

A class can inherit from this object to make it have value like traits.

This is a compile time thing and does not add any overhead to the inherenting class.

Definition at line 85 of file ArgTraits.h.

Member Typedef Documentation

◆ ValueCategory

Definition at line 86 of file ArgTraits.h.

Constructor & Destructor Documentation

◆ ~ValueLikeTrait()

virtual TCLAP::ValueLikeTrait::~ValueLikeTrait ( )
inlinevirtual

Definition at line 87 of file ArgTraits.h.

Referenced by TCLAP::StringLike::~StringLike().


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