summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AtomType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5AtomType.h')
-rw-r--r--c++/src/H5AtomType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5AtomType.h b/c++/src/H5AtomType.h
index 4190b80..f9b43c4 100644
--- a/c++/src/H5AtomType.h
+++ b/c++/src/H5AtomType.h
@@ -28,6 +28,7 @@ class H5_DLLCPP AtomType : public DataType {
public:
// Returns the byte order of an atomic datatype.
H5T_order_t getOrder( string& order_string ) const;
+ H5T_order_t getOrder() const;
// Sets the byte ordering of an atomic datatype.
void setOrder( H5T_order_t order ) const;