From a3f38aafb288db5791b8dea34154cacc3c039971 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 04 Mar 2007 00:28:39 +0000 Subject: some doxygen improvements --- (limited to 'include/sitecing/component_so.h') diff --git a/include/sitecing/component_so.h b/include/sitecing/component_so.h index 3239d4a..3daceef 100644 --- a/include/sitecing/component_so.h +++ b/include/sitecing/component_so.h @@ -149,6 +149,12 @@ namespace sitecing { */ so_component_t(const so_component& s) : so_component(s) { } + + /** + * typed dereference operator + * @return the pointer to the most derived component instance + * @see acomponent::__the_most_derived_this() + */ CT* operator->() { return static_cast(ac->__the_most_derived_this()); } -- cgit v0.9.0.2