Shiokaze Framework
A research-oriented fluid solver for computer graphics
credit.h File Reference
#include <shiokaze/core/common.h>
#include <string>
#include <tuple>

Go to the source code of this file.

Classes

class  credit
 Class that defines the name, argument name, author's name, email address, date and the version of the code. More...
 

Macros

#define LONG_NAME(long_name)   virtual std::string get_name() const override { return credit::m_name.empty() ? long_name : credit::m_name; }
 Macro that defines the full name.
 
#define ARGUMENT_NAME(argument_name)   virtual std::string get_argument_name() const override { return credit::m_argument_name.empty() ? argument_name : credit::m_argument_name; }
 Macro that defines the argument name.
 
#define AUTHOR_NAME(author_name)   virtual std::string get_author() const override { return author_name; }
 Macro that defines the author's name.