#include <Hash.h>
Public Types | |
| using | value_type = std::string |
Public Member Functions | |
| Hash () | |
| Hash (std::string const &) | |
| Hash (Hash< I > const &) | |
| Hash (Hash< I > &&) | |
| Hash< I > & | operator= (Hash< I > const &) |
| Hash< I > & | operator= (Hash< I > &&) |
| bool | isValid () const |
| bool | isCompactForm () const noexcept |
| std::string | compactForm () const |
| bool | operator< (Hash< I > const &) const |
| bool | operator> (Hash< I > const &) const |
| bool | operator== (Hash< I > const &) const |
| bool | operator!= (Hash< I > const &) const |
| std::ostream & | print (std::ostream &) const |
| void | swap (Hash< I > &) |
Static Public Member Functions | |
| static short | Class_Version () noexcept |
Private Member Functions | |
| void | fixup () |
Private Attributes | |
| std::string | hash_ {} |
| using art::Hash< I >::value_type = std::string |
|
explicit |
|
staticnoexcept |
| std::string art::Hash< I >::compactForm | ( | ) | const |
|
private |
Definition at line 208 of file Hash.h.
| std::ostream & art::Hash< I >::print | ( | std::ostream & | os | ) | const |
Definition at line 177 of file Hash.h.
|
private |
1.8.11