OBT::UnsignedLongAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::UnsignedLongAttribute< TOwner >

Definition at line 255 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 259 of file OBTPrimitiveAttribute.h.

00260                         :
00261                 PrimitiveAttribute< TOwner, unsigned long, 3266407847 >( name, getter, setter )
00262                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1