OBT::FloatAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::FloatAttribute< TOwner >

Definition at line 266 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 270 of file OBTPrimitiveAttribute.h.

00271                         :
00272                 PrimitiveAttribute< TOwner, float, 1498253751 >( name, getter, setter )
00273                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1