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

Public Member Functions | |
| iisskey () | |
| iisskey class (note the double ii and double ss) /// More... | |
| iisskey (int i_h, int i2_h, string s_h, string s2_h) | |
| ~iisskey () | |
| bool | filter (const iisskey &key_h) const |
| string | print () const |
| bool | operator== (const iisskey &op2) const |
| bool | operator!= (const iisskey &op2) const |
| bool | operator< (const iisskey &op2) const |
| bool | operator> (const iisskey &op2) const |
| bool | operator<= (const iisskey &op2) const |
| bool | operator>= (const iisskey &op2) const |
Public Attributes | |
| int | i |
| int | i2 |
| string | s |
| string | s2 |
Class to provide a simple integer-integer-string-string key in std maps.
Definition at line 213 of file BaseClass.h.
| iisskey | ( | ) |
| iisskey | ( | int | i_h, |
| int | i2_h, | ||
| string | s_h, | ||
| string | s2_h | ||
| ) |
Definition at line 560 of file BaseClass.cpp.
| ~iisskey | ( | ) |
Definition at line 567 of file BaseClass.cpp.
| bool filter | ( | const iisskey & | key_h | ) | const |
Definition at line 648 of file BaseClass.cpp.
| bool operator!= | ( | const iisskey & | op2 | ) | const |
Definition at line 580 of file BaseClass.cpp.
| bool operator< | ( | const iisskey & | op2 | ) | const |
Definition at line 588 of file BaseClass.cpp.
| bool operator<= | ( | const iisskey & | op2 | ) | const |
Definition at line 618 of file BaseClass.cpp.
| bool operator== | ( | const iisskey & | op2 | ) | const |
Definition at line 572 of file BaseClass.cpp.
| bool operator> | ( | const iisskey & | op2 | ) | const |
Definition at line 603 of file BaseClass.cpp.
| bool operator>= | ( | const iisskey & | op2 | ) | const |
Definition at line 633 of file BaseClass.cpp.
| string print | ( | ) | const |
Definition at line 657 of file BaseClass.cpp.
| int i |
Definition at line 226 of file BaseClass.h.
Referenced by filter(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| int i2 |
Definition at line 227 of file BaseClass.h.
Referenced by filter(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| string s |
Definition at line 228 of file BaseClass.h.
Referenced by filter(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| string s2 |
Definition at line 229 of file BaseClass.h.
Referenced by filter(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().