OBT::BoolAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

Inheritance diagram for OBT::BoolAttribute< TOwner >:

Inheritance graph
[legend]
Collaboration diagram for OBT::BoolAttribute< TOwner >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 BoolAttribute (const char *name, Getter getter, Setter setter)


Detailed Description

template<class TOwner>
class OBT::BoolAttribute< TOwner >

Definition at line 189 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

template<class TOwner>
OBT::BoolAttribute< TOwner >::BoolAttribute ( const char *  name,
Getter  getter,
Setter  setter 
) [inline]

Definition at line 193 of file OBTPrimitiveAttribute.h.

00194                         :
00195                 PrimitiveAttribute< TOwner, bool, 1991421614 >( name, getter, setter )
00196                 {}
        } ;


Generated on Wed Oct 1 11:34:18 2008 for OBT by  doxygen 1.5.3