MCPcopy Create free account
hub / github.com/DentonW/DevIL / StringAutoMarshal

Method StringAutoMarshal

DevIL/bindings/DotNet/DevIL.NET.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 char* m_string;
41
42 inline explicit StringAutoMarshal(const StringAutoMarshal& i_Source) : m_string(NULL) {}
43 inline StringAutoMarshal& operator= (const StringAutoMarshal& i_Source) {}
44
45 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected