EnumString

Namespace for functions that return the string of an enum.

Members

Static functions

all
string[] all(StorageClass stcs)

Returns the strings for stcs. Any number of bits may be set.

opCall
string opCall(Protection prot)

Returns the string for prot.

opCall
string opCall(LinkageType ltype)

Returns the string for ltype.

opCall
string opCall(StorageClass stc)

Returns the string of a storage class. Only one bit may be set.

Static variables

ltypes
string[] ltypes;

List of LinkageType strings.

prots
string[] prots;

List of Protection strings.

stcs
string[] stcs;

List of StorageClass strings.

Meta