AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Deprecated List
Member drama::Exception::Exception (bool makeUnique, const std::string func, const std::string &file, const int lineNum, const StatusType status, const char *format,...)
This function should be replaced by using the FmtWrite method.
Member drama::MessageHandler::MessageUser (const char *format, Types... args)
Use the normal string version and fmt::format() or std::format() in new code. That matches the more modern C++ style.
Member drama::thread::TAction::MessageUser (const char *format, Types... args)
Use the normal string version and fmt::format() or std::format() in new code. That matches the more modern C++ style.
Member drama::thread::TMessHandler::MessageUser (const char *format, Types... args)
Use the normal string version and fmt::format() or std::format() in new code. That matches the more modern C++ style.
Member drama::thread::TUface::MessageUser (const char *format, Types... args)
Use the normal string version and fmt::format() or std::format() in new code. That matches the more modern C++ style.