Jpp
Public Types | Public Attributes | List of all members
JLANG::JArgument< bool > Struct Template Reference

Specialisations of JArgument for primitive types. More...

#include <JClass.hh>

Inheritance diagram for JLANG::JArgument< bool >:
JLANG::JPrimitive< bool >

Public Types

enum  
 

Public Attributes

const typedef bool argument_type
 

Detailed Description

template<>
struct JLANG::JArgument< bool >

Specialisations of JArgument for primitive types.

Definition at line 42 of file JClass.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited

Definition at line 23 of file JClass.hh.

23 { is_primitive = true };

Member Data Documentation

◆ argument_type

const typedef bool JLANG::JPrimitive< bool >::argument_type
inherited

Definition at line 21 of file JClass.hh.


The documentation for this struct was generated from the following file:
JLANG::JPrimitive< bool >::is_primitive
Definition: JClass.hh:23