MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetValueCount

Method GetValueCount

utilities/olcUTIL_DataFile.h:116–119  ·  view source on GitHub ↗

Returns the number of Values a property consists of

Source from the content-addressed store, hash-verified

114
115 // Returns the number of Values a property consists of
116 inline size_t GetValueCount() const
117 {
118 return m_vContent.size();
119 }
120
121 // Checks if a property exists - useful to avoid creating properties
122 // via reading them, though non-essential

Callers 1

WriteMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected