X-Git-Url: https://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=reader%2Freader.h;h=eb593b5859c074ea74410895d5da467668720164;hp=b7becc0cef671b24d3d4cd968f628d8323dc2396;hb=df199b16cefe6fcbd9778689a8fd57969389c1bb;hpb=8bb15b1dd0927add217ff8ff4ef4e002dc49bff3 diff --git a/reader/reader.h b/reader/reader.h index b7becc0..eb593b5 100644 --- a/reader/reader.h +++ b/reader/reader.h @@ -225,6 +225,10 @@ private: * Add another component to the current path. If first==true, start a new path. */ void addPathComponent(bool first, const std::string &typeName); + + static bool isBigEndian(); + static bool isLittleEndian(); + }; } // namespace odc