Jive reference manual
List of all members | Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions
jem::ConstructorTemplate< T, A, B, C > Class Template Reference

#include <jem/base/reflect/ConstructorTemplate.h>

Inheritance diagram for jem::ConstructorTemplate< T, A, B, C >:
Inheritance graph

Public Types

typedef Constructor Super
 
- Public Types inherited from jem::Constructor
typedef Member Super
 

Public Member Functions

 ConstructorTemplate ()
 
virtual idx_t argCount () const
 
virtual void getArgTypes (Class **types) const
 
virtual Ref< Objectcall (const Ref< Object > *args) const
 
- Public Member Functions inherited from jem::Constructor
virtual String getName () const
 
virtual bool isStatic () const
 
- Public Member Functions inherited from jem::Member
 Member (const String &name="")
 
ClassgetDeclaringClass () const
 
virtual String getContext () const
 
- Public Member Functions inherited from jem::NamedObject
 NamedObject (const String &name="")
 
virtual String toString () const
 Returns a short textual description of this object. More...
 
String getName () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual long hashValue () const
 Returns a hash value for this object. More...
 
virtual bool equals (const Ref< Object > &obj) const
 Tests whether two objects are equal. More...
 
Ref< Objectclone () const
 Returns a copy of this object. More...
 

Static Public Attributes

static const int ARG_COUNT = 3
 

Protected Member Functions

virtual ~ConstructorTemplate ()
 
- Protected Member Functions inherited from jem::Constructor
virtual ~Constructor ()
 
- Protected Member Functions inherited from jem::Member
virtual ~Member ()
 
- Protected Member Functions inherited from jem::NamedObject
virtual ~NamedObject ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::NamedObject
static String makeContext (const String &kind, const String &name)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 
- Protected Attributes inherited from jem::NamedObject
String myName_
 

Member Typedef Documentation

template<class T , class A = Nil, class B = Nil, class C = Nil>
typedef Constructor jem::ConstructorTemplate< T, A, B, C >::Super

Constructor & Destructor Documentation

template<class T , class A = Nil, class B = Nil, class C = Nil>
jem::ConstructorTemplate< T, A, B, C >::ConstructorTemplate ( )
template<class T , class A = Nil, class B = Nil, class C = Nil>
virtual jem::ConstructorTemplate< T, A, B, C >::~ConstructorTemplate ( )
protectedvirtual

Member Function Documentation

template<class T , class A = Nil, class B = Nil, class C = Nil>
virtual idx_t jem::ConstructorTemplate< T, A, B, C >::argCount ( ) const
virtual

Implements jem::Constructor.

template<class T , class A = Nil, class B = Nil, class C = Nil>
virtual void jem::ConstructorTemplate< T, A, B, C >::getArgTypes ( Class **  types) const
virtual

Implements jem::Constructor.

template<class T , class A = Nil, class B = Nil, class C = Nil>
virtual Ref<Object> jem::ConstructorTemplate< T, A, B, C >::call ( const Ref< Object > *  args) const
virtual

Implements jem::Constructor.

Member Data Documentation

template<class T , class A = Nil, class B = Nil, class C = Nil>
const int jem::ConstructorTemplate< T, A, B, C >::ARG_COUNT = 3
static