The Source class inherits from the Variant, representing the OpenGl Shading Language. More...
#include <source.h>
Public Member Functions | |
| Source (const std::string &text) | |
| const std::string & | data () const |
Public Member Functions inherited from cil::Variant | |
| Variant () | |
| virtual | ~Variant () |
| const std::string & | type () const |
Additional Inherited Members | |
Protected Attributes inherited from cil::Variant | |
| std::string | m_type |
| cil::Source::Source | ( | const std::string & | text | ) |
| const std::string & cil::Source::data | ( | ) | const |