diff --git a/src/h5cpp/type/trait.hpp b/src/h5cpp/type/trait.hpp index df57307b74..627753c0fe 100644 --- a/src/h5cpp/type/trait.hpp +++ b/src/h5cpp/type/trait.hpp @@ -32,6 +32,16 @@ namespace hdf5 { namespace type { +//! +//! \brief default trait for types +//! +//! The trait provides three basic functionalities +//! +//! - create a new instance of this type from a datatype and a dataspace +//! instance +//! - provide access to a read/write pointer of the data +//! - provide access to a read-only pointer of the data +//! template class Trait {