OBT::DoubleAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::DoubleAttribute< TOwner >

Definition at line 277 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 281 of file OBTPrimitiveAttribute.h.

00282                         :
00283                 PrimitiveAttribute< TOwner, double, 1608088171 >( name, getter, setter )
00284                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1