Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JArgument< T > Struct Template Reference

Data structure for method argument types. More...

#include <JClass.hh>

Public Types

enum  { is_primitive = false }
 
typedef const T & argument_type
 

Detailed Description

template<class T>
struct JLANG::JArgument< T >

Data structure for method argument types.

Definition at line 31 of file JClass.hh.

Member Typedef Documentation

◆ argument_type

template<class T >
const T& JLANG::JArgument< T >::argument_type

Definition at line 33 of file JClass.hh.

Member Enumeration Documentation

◆ anonymous enum

template<class T >
anonymous enum
Enumerator
is_primitive 

Definition at line 35 of file JClass.hh.

35{ is_primitive = false };

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