MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetValue_

Function GetValue_

trinity/TriVariable.h:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124private:
125 template <typename T>
126 void GetValue_( T & value ) const
127 {
128 CCP_ASSERT( m_type == GetVariableType( value ) );
129 value = *(T*)m_value;
130 }
131
132 void GetValueTextureRes( ITr2TextureProvider * &value ) const
133 {

Callers 1

GetValueFunction · 0.85

Calls 1

GetVariableTypeFunction · 0.85

Tested by

no test coverage detected