Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33118 )

Change subject: base: Tag API methods in stl_helpers.hh
......................................................................

base: Tag API methods in stl_helpers.hh

Change-Id: Ibc967febfd29444214094883121a66600d80cad8
Signed-off-by: Hoa Nguyen <[email protected]>
---
M src/base/stl_helpers.hh
1 file changed, 12 insertions(+), 2 deletions(-)



diff --git a/src/base/stl_helpers.hh b/src/base/stl_helpers.hh
index ef4f9ac..bea4bd6 100644
--- a/src/base/stl_helpers.hh
+++ b/src/base/stl_helpers.hh
@@ -43,10 +43,16 @@
     bool first;

   public:
+    /**
+     * @ingroup api_stl_helpers
+     */
     ContainerPrint(std::ostream &out)
         : out(out), first(true)
     {}

+    /**
+     * @ingroup api_stl_helpers
+     */
     void
     operator()(const T &elem)
     {
@@ -60,8 +66,12 @@
     }
 };

-// Write out all elements in an stl container as a space separated
-// list enclosed in square brackets
+/**
+ * Write out all elements in an stl container as a space separated
+ * list enclosed in square brackets
+ *
+ * @ingroup api_stl_helpers
+ */
template <template <typename T, typename A> class C, typename T, typename A>
 std::ostream &
 operator<<(std::ostream& out, const C<T,A> &vec)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33118
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ibc967febfd29444214094883121a66600d80cad8
Gerrit-Change-Number: 33118
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to