genclass(1)
NAME
genclass - generate classes from prototypes
SYNOPSIS
genclass -list [proto ...]
genclass -catalog [proto ...]
genclass type1 {ref|val} proto [out_prefix]
genclass -2 type1 {ref|val} type2 {ref, val} proto
[out_prefix]
DESCRIPTION
Arrayabling the support of generic classes in libg++. The libg++ package is no longer supported upstream (as most of its functionality
is now in the standard C++ library) - do not use this for development of new software; use libstdc++ instead.
SEE ALSO
Arraygenclass can be found in the subsection "Proto", under "Introduction to container class prototypes"
AUTHOR
- ArrayGEN