Refactoring in progress... pardon our dust...
This commit is contained in:
@@ -193,6 +193,15 @@ public:
|
||||
return std::string(buf);
|
||||
};
|
||||
|
||||
/**
|
||||
* @param buf Buffer to fill
|
||||
* @param len Length of buffer
|
||||
*/
|
||||
inline void toString(char *buf,unsigned int len) const
|
||||
{
|
||||
Utils::snprintf(buf,len,"%.10llx",(unsigned long long)_a);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return True if this address is not zero
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user