MCPcopy Create free account
hub / github.com/cginternals/globjects / NamedString

Method NamedString

source/globjects/source/NamedString.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50NamedString::NamedString(const std::string & name, AbstractStringSource * source, const GLenum type)
51: m_name(name)
52, m_source(source)
53, m_type(type)
54{
55 createNamedString();
56 registerNamedString();
57
58 m_source->registerListener(this);
59}
60
61NamedString::~NamedString()
62{

Callers

nothing calls this directly

Calls 1

registerListenerMethod · 0.80

Tested by

no test coverage detected