|
Jpp
19.1.0
the software that should make you happy
|
Specialisation of JClass for pointer class types. More...
#include <JClass.hh>
Public Types | |
| enum | { is_primitive = JArgument<T>::is_primitive } |
| enum | { is_reference = false } |
| enum | { is_pointer = true } |
| enum | { is_constant = false } |
| typedef T * | argument_type |
| typedef T | value_type |
| typedef value_type *& | reference_type |
| typedef value_type * | pointer_type |
Specialisation of JClass for pointer class types.
| typedef T* JLANG::JClass< T * >::argument_type |
| typedef T JLANG::JClass< T * >::value_type |
| typedef value_type*& JLANG::JClass< T * >::reference_type |
| typedef value_type* JLANG::JClass< T * >::pointer_type |