OBT::ShortAttribute< TOwner > Class Template Reference

#include <OBTPrimitiveAttribute.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class TOwner>
class OBT::ShortAttribute< TOwner >

Definition at line 200 of file OBTPrimitiveAttribute.h.


Constructor & Destructor Documentation

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

Definition at line 204 of file OBTPrimitiveAttribute.h.

00205                         :
00206                 PrimitiveAttribute< TOwner, short, 1933918052 >( name, getter, setter )
00207                 {}


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1