|
FFSM++
1.1.0
French Forest Sector Model ++
|
Class to provide a simple integer-string key to be used in std maps. More...
#include <BaseClass.h>

Public Member Functions | |
| iskey () | |
| iskey (int i_h, string s_h) | |
| ~iskey () | |
| bool | operator== (const iskey &op2) const |
| bool | operator!= (const iskey &op2) const |
| bool | operator< (const iskey &op2) const |
| bool | operator> (const iskey &op2) const |
| bool | operator<= (const iskey &op2) const |
| bool | operator>= (const iskey &op2) const |
Public Attributes | |
| int | i |
| string | s |
Class to provide a simple integer-string key to be used in std maps.
Definition at line 179 of file BaseClass.h.
| iskey | ( | ) |
OTHER CLASSES THAN BASECLASS ////////////////// iskey class ///
Definition at line 408 of file BaseClass.cpp.
| iskey | ( | int | i_h, |
| string | s_h | ||
| ) |
Definition at line 412 of file BaseClass.cpp.
| ~iskey | ( | ) |
Definition at line 417 of file BaseClass.cpp.
| bool operator!= | ( | const iskey & | op2 | ) | const |
Definition at line 430 of file BaseClass.cpp.
| bool operator< | ( | const iskey & | op2 | ) | const |
Definition at line 438 of file BaseClass.cpp.
| bool operator<= | ( | const iskey & | op2 | ) | const |
Definition at line 456 of file BaseClass.cpp.
| bool operator== | ( | const iskey & | op2 | ) | const |
Definition at line 422 of file BaseClass.cpp.
| bool operator> | ( | const iskey & | op2 | ) | const |
Definition at line 447 of file BaseClass.cpp.
| bool operator>= | ( | const iskey & | op2 | ) | const |
Definition at line 465 of file BaseClass.cpp.
| int i |
Definition at line 190 of file BaseClass.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| string s |
Definition at line 191 of file BaseClass.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().