summaryrefslogtreecommitdiffstats
path: root/import/hwpf/fapi2/include/buffer.H
diff options
context:
space:
mode:
Diffstat (limited to 'import/hwpf/fapi2/include/buffer.H')
-rw-r--r--import/hwpf/fapi2/include/buffer.H13
1 files changed, 7 insertions, 6 deletions
diff --git a/import/hwpf/fapi2/include/buffer.H b/import/hwpf/fapi2/include/buffer.H
index 3082e41f..848f032a 100644
--- a/import/hwpf/fapi2/include/buffer.H
+++ b/import/hwpf/fapi2/include/buffer.H
@@ -256,25 +256,26 @@ namespace fapi2
#endif
///
- /// @brief operator==()
+ /// @brief operator~()
///
#ifdef DOXYGEN
- buffer<T>& operator==(const T& rhs) const;
+ buffer<T>& operator~(const T& rhs) const;
#endif
///
- /// @brief operator!=()
+ /// @brief operator==()
///
#ifdef DOXYGEN
- bool operator!=(const T& rhs) const;
+ bool operator==(const T& rhs) const;
#endif
///
- /// @brief operator~()
+ /// @brief operator!=()
///
#ifdef DOXYGEN
- bool operator~(const T& rhs) const;
+ bool operator!=(const T& rhs) const;
#endif
+
///
/// @brief Copy part of a OT into the DataBuffer
/// @tparam TS Start bit to insert into (target start)
OpenPOWER on IntegriCloud