Skip to content

Commit

Permalink
Addded some documentation
Browse files Browse the repository at this point in the history
Update #414
  • Loading branch information
eugenwintersberger committed Sep 1, 2019
1 parent 7d00e1b commit bec22e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/h5cpp/type/trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<typename T>
class Trait
{
Expand Down

0 comments on commit bec22e3

Please sign in to comment.