#include <Comment.hpp>
These can be useful for developers to make comments in the output file for any extra information that might need to be included.
Definition at line 44 of file Comment.hpp.
Public Member Functions | |
| Comment (const char *format,...) | |
| Constructor. | |
| Comment (const char *format, va_list ap) | |
| Constructor. | |
Public Attributes | |
| std::string | str |
| Created string. | |
|
||||||||||||
|
Constructor. Defines the comment using printf style
|
|
||||||||||||
|
Constructor. Defines the comment using printf style
|
|
|
Created string.
Definition at line 49 of file Comment.hpp. Referenced by SVGImage::comment(), and PSImageBase::comment(). |
1.3.9.1