51 const char *forcedFieldName =
nullptr )
override;
54 void dump(
int indent = 0, std::ostream &os = std::cout )
const override;
ImageFileImplSharedPtr destImageFile()
StringNodeImpl(ImageFileImplWeakPtr destImageFile, const ustring &value="")
void dump(int indent=0, std::ostream &os=std::cout) const override
bool isDefined(const ustring &pathName) override
bool isTypeEquivalent(NodeImplSharedPtr ni) override
void checkLeavesInSet(const StringSet &pathNames, NodeImplSharedPtr origin) override
~StringNodeImpl() override=default
NodeType type() const override
void writeXml(ImageFileImplSharedPtr imf, CheckedFile &cf, int indent, const char *forcedFieldName=nullptr) override
std::shared_ptr< class NodeImpl > NodeImplSharedPtr
std::weak_ptr< class ImageFileImpl > ImageFileImplWeakPtr
std::shared_ptr< class ImageFileImpl > ImageFileImplSharedPtr
std::string ustring
UTF-8 encodeded Unicode string.
std::set< std::string > StringSet
NodeType
Identifiers for types of E57 elements.
@ E57_STRING
StringNode class.