OBT::IntAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::IntAttribute< TOwner >

Definition at line 222 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 226 of file OBTPrimitiveAttribute.h.

00227                         :
00228                 PrimitiveAttribute< TOwner, int, 2240172011 >( name, getter, setter )
00229                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1