MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / MPVector

Method MPVector

Source/Utils/micropather.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 class MPVector {
95 public:
96 MPVector() : m_allocated( 0 ), m_size( 0 ), m_buf ( 0 ) {}
97 ~MPVector() { delete [] m_buf; }
98
99 void clear() { m_size = 0; } // see warning above

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected