OBT::LongAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::LongAttribute< TOwner >

Definition at line 244 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 248 of file OBTPrimitiveAttribute.h.

00249                         :
00250                 PrimitiveAttribute< TOwner, long, 1468120404 >( name, getter, setter )
00251                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1