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

Method Add

include/cpp/VirtualArray.h:667–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666template<typename T>
667inline VirtualArray VirtualArray::Add(const T &inVal)
668{
669 mPtr->push(inVal);
670 return *this;
671}
672
673
674inline void VirtualArray::setDynamic( const Dynamic &inRHS )

Callers 1

ArrayClass · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected