* Realisation of File(...) expressions.
This commit is contained in:
parent
bb03c45ca0
commit
3da9687854
11 changed files with 137 additions and 368 deletions
|
|
@ -17,10 +17,10 @@ struct Hash
|
|||
Hash();
|
||||
|
||||
/* Check whether two hash are equal. */
|
||||
bool operator == (Hash & h2);
|
||||
bool operator == (Hash h2);
|
||||
|
||||
/* Check whether two hash are not equal. */
|
||||
bool operator != (Hash & h2);
|
||||
bool operator != (Hash h2);
|
||||
|
||||
/* Convert a hash code into a hexadecimal representation. */
|
||||
operator string() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue