The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SW_POSITION Class Reference

#include <swkey.h>

+ Collaboration diagram for SW_POSITION:

Public Member Functions

 operator char ()
 
 SW_POSITION (char ipos)
 

Private Attributes

char pos
 

Detailed Description

For use with = operator to position key.

Definition at line 58 of file swkey.h.

Constructor & Destructor Documentation

SW_POSITION::SW_POSITION ( char  ipos)
inline

Definition at line 61 of file swkey.h.

61 { pos = ipos; }
char pos
Definition: swkey.h:59

Member Function Documentation

SW_POSITION::operator char ( )
inline

Definition at line 62 of file swkey.h.

62 { return pos; }
char pos
Definition: swkey.h:59

Member Data Documentation

char SW_POSITION::pos
private

Definition at line 59 of file swkey.h.


The documentation for this class was generated from the following file: