MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / data

Method data

Libraries/tinyxml/tinystr.h:131–131  ·  view source on GitHub ↗

Convert a TiXmlString into a char * (need not be null terminated).

Source from the content-addressed store, hash-verified

129
130 // Convert a TiXmlString into a char * (need not be null terminated).
131 const char * data () const { return rep_->str; }
132
133 // Return the length of a TiXmlString
134 size_type length () const { return rep_->size; }

Callers 7

TiXmlStringMethod · 0.45
TiXmlStringClass · 0.45
test_simplexFunction · 0.45
test_perlinFunction · 0.45
test_perlin_pedioricFunction · 0.45
lFunction · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 3

test_simplexFunction · 0.36
test_perlinFunction · 0.36
test_perlin_pedioricFunction · 0.36