1 #ifndef DDD_CORE_UTILS_H_
2 #define DDD_CORE_UTILS_H_
char * FormatVarArgList(const char *format, va_list args)
Allocates a char buffer based on a format string and variable argument list The caller should delete ...
std::string GenerateUniqueIdentifier()
Generates unique string.
Definition: AttributeChangedEmitter.h:46
std::string MakeValidCIdentifier(std::string name)