#include "TCSharedPtr.h"
#include <string>
Go to the source code of this file.
Classes | |
class | TC::Math::Checksum |
Class defining the interface for calculating checksums With the method Append data can be added to the checksum calculation. More... | |
Namespaces | |
namespace | TC |
namespace | TC::Math |
TC::Math is intended to provide methods to perform common math operations. | |
Typedefs | |
typedef SharedPtr< Checksum > | TC::Math::ChecksumPtr |
Shared pointer of an checksum object. |
Definition in file TCMathChecksum.h.