MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / loadStack

Method loadStack

src/crwimage_int.cpp:826–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824} // CrwMap::decodeBasic
825
826void CrwMap::loadStack(CrwDirs& crwDirs, uint16_t crwDir) {
827 for (auto&& crw : crwSubDir_) {
828 auto&& [dir, parent] = crw;
829 if (dir == crwDir) {
830 crwDirs.push(crw);
831 crwDir = parent;
832 }
833 }
834} // CrwMap::loadStack
835
836void CrwMap::encode(CiffHeader* pHead, const Image& image) {
837 for (auto&& crw : crwMapping_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected