41 const std::string class_name_;
43 Object(
const std::string& class_name);
Definition sas_object.hpp:39
void _print_license_header(const std::string &class_name)
Object::_print_license_header A Copyright header to help enforce LGPLv3 compliance.
Definition sas_object.cpp:37
std::string get_class_name() const
Get the class name identifier.
Definition sas_object.cpp:58