|
Euphoria
|
Public Member Functions | |
| void | add (const Hsh &h) |
| HshSt | combine (const Hsh &h) const |
| bool | contains (const Hsh &h) const |
| bool | is (const HshSt &h) const |
Public Attributes | |
| std::set< Hsh > | data |
| Hsh | primary |
Definition at line 10 of file hash.set.h.
| void eu::HshSt::add | ( | const Hsh & | h | ) |
| bool eu::HshSt::contains | ( | const Hsh & | h | ) | const |
| bool eu::HshSt::is | ( | const HshSt & | h | ) | const |
| std::set<Hsh> eu::HshSt::data |
Definition at line 12 of file hash.set.h.
| Hsh eu::HshSt::primary |
Definition at line 13 of file hash.set.h.