Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ CNodeCharPtr
Method
CNodeCharPtr
ReClass/CNodeCharPtr.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"CNodeCharPtr.h"
3
4
CNodeCharPtr::CNodeCharPtr( )
5
{
6
m_nodeType = nt_pchar;
7
m_strName =
"PChar"
;
8
}
9
10
void CNodeCharPtr::Update( const PHOTSPOT Spot )
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected