MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / toString

Method toString

include/cpp/Int64.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 public:
10 static inline const char *getName() { return "cpp.Int64"; }
11 static inline String toString( const void *inValue ) { return String( *(Int64 *)inValue ); }
12 static inline void handler(DynamicHandlerOp op, void *ioValue,int inSize, void *outResult)
13 {
14 if (op==dhoToString)

Callers 5

Dynamic.hFile · 0.45
operator+Function · 0.45
__ToStringFunction · 0.45
asStringMethod · 0.45
CompareMethod · 0.45

Calls 1

StringClass · 0.50

Tested by

no test coverage detected