MCPcopy Create free account
hub / github.com/anjo76/angelscript / pop_back

Method pop_back

sdk/tests/test_feature/source/test_arrayobject.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 b[length++] = v;
55 }
56 int pop_back()
57 {
58 return buffer[--length];
59 }
60 int &operator[](int i)
61 {
62 return buffer[i];

Callers 10

GetControllerScriptMethod · 0.45
RequestContextCallbackFunction · 0.45
AddContextMethod · 0.45
ProcessScriptSectionMethod · 0.45
PopBackFunction · 0.45
operator+Function · 0.45
GetStringConstantMethod · 0.45
StringDefaultFactoryFunction · 0.45
StringCopyFactoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected