RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Linker::ItemOf< T > Class Template Reference

Represents an instance of an Enumeration type. More...

#include <options.h>

Public Types

typedef T::value_type value_type
 

Public Member Functions

 ItemOf (value_type value=value_type())
 
 operator value_type () const
 

Public Attributes

value_type value
 

Detailed Description

template<typename T>
class Linker::ItemOf< T >

Represents an instance of an Enumeration type.

A variable of type ItemOf<Enumeration<T>> is just a boxed version of T


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