Key

All class functions are defined inline.


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Key3
{
public:
Key3() ;
Key3(short at0, short at1, short at2) ;
const short& operator[](const unsigned short coord) const ;
bool operator==(const Key3& key) const ;
friend istream& operator>>(istream& s, Key3& key) ;
friend ostream& operator<<(ostream& s, const Key3& key) ;
protected:
}; // Key

Back to the top of Key


KEYWORD

Back to the top of Key


AUTHORS

Back to the top of Key


CHANGES LOG

Back to the top of Key


GOALS

Back to the top of Key

		

USAGE

		

Back to the top of Key


Key3() ;

  Key3()   
;

Function is currently defined inline.


Back to the top of Key


Key3(short at0, short at1, short at2) ;

  Key3(short at0, short at1, short at2)                                                    
;

Function is currently defined inline.


Back to the top of Key


const short& operator[](const unsigned short coord) const ;

  const short& operator[](const unsigned short coord) const                         
;

Function is currently defined inline.


Back to the top of Key


bool operator==(const Key3& key) const ;

  bool operator==(const Key3& key) const                                                                                        
;

Function is currently defined inline.


Back to the top of Key


friend istream& operator>>(istream& s, Key3& key) ;

  friend istream& operator>>(istream& s, Key3& key)                                                                  
;

Function is currently defined inline.


Back to the top of Key


friend ostream& operator<<(ostream& s, const Key3& key) ;

  friend ostream& operator<<(ostream& s, const Key3& key)                                                              
;

Function is currently defined inline.


Back to the top of Key


All Members

public:
Key3() ;
Key3(short at0, short at1, short at2) ;
const short& operator[](const unsigned short coord) const ;
bool operator==(const Key3& key) const ;
friend istream& operator>>(istream& s, Key3& key) ;
friend ostream& operator<<(ostream& s, const Key3& key) ;
protected:

Back to the top of Key


Ancestors

Class does not inherit from any other class.

Back to the top of Key


Descendants

Class is not inherited by any others.

Back to the top of Key


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:24 2009 .

Report problems to jkotula@unimax.com