MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Token

Method Token

Source/Engine/Utilities/TextProcessing.h:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 public:
83 Token()
84 : Start(nullptr)
85 , Length(0)
86 , Separator()
87 {
88 }
89
90 explicit Token(const char* text)
91 : Start(text)

Callers

nothing calls this directly

Calls 3

LengthFunction · 0.50
GetMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected