29 #ifndef PT_LITERALPTR_H
30 #define PT_LITERALPTR_H
Core module.
Definition: pt-gfx-images.dox:14
LiteralPtr(const T *str)
Construct from literal.
Definition: LiteralPtr.h:44
const T * get() const
Returns the value.
Definition: LiteralPtr.h:50
Represents a pointer to a literal.
Definition: LiteralPtr.h:40