Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hide some cruft from the doc
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 0eda16dc00008999f37a5760cd3bad6a77615f75..44b93019845f9ac646bee6bddc079bd7b869719a 100644 (file)
@@ -136,7 +136,7 @@ class XBT_PUBLIC Actor : public xbt::Extendable<Actor> {
   explicit Actor(smx_actor_t pimpl) : pimpl_(pimpl) {}
 
 public:
-
+#ifndef DOXYGEN
   // ***** No copy *****
   Actor(Actor const&) = delete;
   Actor& operator=(Actor const&) = delete;
@@ -144,6 +144,8 @@ public:
   // ***** Reference count *****
   friend XBT_PUBLIC void intrusive_ptr_add_ref(Actor * actor);
   friend XBT_PUBLIC void intrusive_ptr_release(Actor * actor);
+#endif
+  /** Retrive the amount of references on that object. Useful to debug the automatic refcounting */
   int get_refcount();
 
   // ***** Actor creation *****