|
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) /// | |
| 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 class (note the double ii and double ss) ///
Definition at line 554 of file BaseClass.cpp.
| iisskey | ( | int | i_h, |
| int | i2_h, | ||
| string | s_h, | ||
| string | s2_h | ||
| ) |
| ~iisskey | ( | ) |
Definition at line 567 of file BaseClass.cpp.
| bool filter | ( | const iisskey & | key_h | ) | const |
| bool operator!= | ( | const iisskey & | op2 | ) | const |
| bool operator< | ( | const iisskey & | op2 | ) | const |
Definition at line 587 of file BaseClass.cpp.
| bool operator<= | ( | const iisskey & | op2 | ) | const |
Definition at line 617 of file BaseClass.cpp.
| bool operator== | ( | const iisskey & | op2 | ) | const |
| 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 |
| int i |
Definition at line 226 of file BaseClass.h.
Referenced by filter(), iisskey(), iisskey(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and print().
| int i2 |
Definition at line 227 of file BaseClass.h.
Referenced by filter(), iisskey(), iisskey(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and print().
| string s |
Definition at line 228 of file BaseClass.h.
Referenced by filter(), iisskey(), iisskey(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and print().
| string s2 |
Definition at line 229 of file BaseClass.h.
Referenced by filter(), iisskey(), iisskey(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and print().