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

Public Member Functions | |
| iiskey () | |
| iiskey class (note the double ii) /// More... | |
| iiskey (int i_h, int i2_h, string s_h) | |
| ~iiskey () | |
| bool | operator== (const iiskey &op2) const |
| bool | operator!= (const iiskey &op2) const |
| bool | operator< (const iiskey &op2) const |
| bool | operator> (const iiskey &op2) const |
| bool | operator<= (const iiskey &op2) const |
| bool | operator>= (const iiskey &op2) const |
Public Attributes | |
| int | i |
| int | i2 |
| string | s |
Class to provide a simple integer-integer-string key in std maps.
Definition at line 195 of file BaseClass.h.
| iiskey | ( | ) |
| iiskey | ( | int | i_h, |
| int | i2_h, | ||
| string | s_h | ||
| ) |
Definition at line 479 of file BaseClass.cpp.
| ~iiskey | ( | ) |
Definition at line 485 of file BaseClass.cpp.
| bool operator!= | ( | const iiskey & | op2 | ) | const |
Definition at line 498 of file BaseClass.cpp.
| bool operator< | ( | const iiskey & | op2 | ) | const |
Definition at line 506 of file BaseClass.cpp.
| bool operator<= | ( | const iiskey & | op2 | ) | const |
Definition at line 530 of file BaseClass.cpp.
| bool operator== | ( | const iiskey & | op2 | ) | const |
Definition at line 490 of file BaseClass.cpp.
| bool operator> | ( | const iiskey & | op2 | ) | const |
Definition at line 518 of file BaseClass.cpp.
| bool operator>= | ( | const iiskey & | op2 | ) | const |
Definition at line 542 of file BaseClass.cpp.
| int i |
Definition at line 206 of file BaseClass.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| int i2 |
Definition at line 207 of file BaseClass.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| string s |
Definition at line 208 of file BaseClass.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().