Wt examples
3.7.1
|
Git object Id. More...
#include <Git.h>
Public Member Functions | |
ObjectId () | |
Default constructor. More... | |
ObjectId (const std::string &id) | |
Construct from a 40-digit hexadecimal number. More... | |
std::string | toString () const |
Print as a 40-digit hexadecimal number. More... | |
Git object Id.
Class for compactly storing a 20-byte SHA1 digest.
|
explicit |
std::string Git::ObjectId::toString | ( | ) | const |