|
libxcks
0.1.0.1
|
Represents an entry of the checksum or hash algorithms that the application knows. More...

Public Member Functions | |
| ChecksumEntry () | |
| Default constructor. More... | |
| ChecksumEntry (FnctGetChecksum *getChecksum, const std::string &name, const ArrayString &alternativeNames, const std::string &description) | |
| Constructor. More... | |
| ChecksumEntry (const ChecksumEntry &source) | |
| Copy constructor. More... | |
| ChecksumEntry & | operator= (const ChecksumEntry &source) |
| Assignment operator. More... | |
Public Attributes | |
| FnctGetChecksum * | fnctGetChecksum |
Pointer on a function that gives a pointer on a new instance of the Checksum class. More... | |
| std::string | name |
| Name of the checksum or hash algorithm. More... | |
| ArrayString | altNames |
| Alternative name(s) of the checksum or hash algorithm. More... | |
| std::string | descr |
| Description of the checksum or hash algorithm. More... | |
| ChecksumValue | nullValue |
| The null value of the the checksum or hash. More... | |
Protected Member Functions | |
| void | clone (const ChecksumEntry &source) |
| Clones the source instance in this instance. More... | |
Represents an entry of the checksum or hash algorithms that the application knows.
Definition at line 72 of file ckfactory.cpp.
|
inline |
Default constructor.
Definition at line 87 of file ckfactory.cpp.
| libxcks::ChecksumFactory::ChecksumEntry::ChecksumEntry | ( | FnctGetChecksum * | getChecksum, |
| const std::string & | name, | ||
| const ArrayString & | alternativeNames, | ||
| const std::string & | description | ||
| ) |
Constructor.
| getChecksum | Pointer on a function that gives a pointer on a new instance of the Checksum class. |
| name | Name of the checksum or hash algorithm. |
| alternativeNames | Alternative name(s) of the checksum or hash algorithm. |
| description | Description of the checksum or hash algorithm. |
Definition at line 122 of file ckfactory.cpp.
|
inline |
|
protected |
Clones the source instance in this instance.
| source | Source instance. |
Definition at line 152 of file ckfactory.cpp.
|
inline |
Assignment operator.
| source | Source instance. |
Definition at line 107 of file ckfactory.cpp.
| ArrayString libxcks::ChecksumFactory::ChecksumEntry::altNames |
Alternative name(s) of the checksum or hash algorithm.
Definition at line 77 of file ckfactory.cpp.
| std::string libxcks::ChecksumFactory::ChecksumEntry::descr |
Description of the checksum or hash algorithm.
Definition at line 78 of file ckfactory.cpp.
| FnctGetChecksum* libxcks::ChecksumFactory::ChecksumEntry::fnctGetChecksum |
Pointer on a function that gives a pointer on a new instance of the Checksum class.
Definition at line 75 of file ckfactory.cpp.
| std::string libxcks::ChecksumFactory::ChecksumEntry::name |
Name of the checksum or hash algorithm.
Definition at line 76 of file ckfactory.cpp.
| ChecksumValue libxcks::ChecksumFactory::ChecksumEntry::nullValue |
The null value of the the checksum or hash.
Definition at line 79 of file ckfactory.cpp.