MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / pop_back

Method pop_back

Siv3D/src/Siv3D/JSON/SivJSON.cpp:1443–1451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441 }
1442
1443 void JSONPointer::pop_back()
1444 {
1445 if (empty())
1446 {
1447 throw Error{U"JSONPointer::pop_back(): JSON pointer indicates root document, therefore has no parent."};
1448 }
1449
1450 m_detail->pointer.pop_back();
1451 }
1452
1453 void JSONPointer::pop_back_N(size_t n)
1454 {

Callers 15

initMethod · 0.45
roundedMethod · 0.45
ConicToFunction · 0.45
CubicToFunction · 0.45
GetGlyphOutlineFunction · 0.45
RemoveTrailingZerosFunction · 0.45
roundedMethod · 0.45
SivSpline2D.cppFile · 0.45
calculateBufferMethod · 0.45
calculateRoundBufferMethod · 0.45
simplifiedMethod · 0.45
appendMethod · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected