X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FVariables.hh;h=870f2ed7a10f1aec239f54b64efe4ddb9e8b1937;hb=82e8df5de8b11448423388632e8602ad97bc7885;hp=13fb7872d5f1d5104e31cd697fe170b8d442d1ee;hpb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;p=senf.git diff --git a/Utils/Console/Variables.hh b/Utils/Console/Variables.hh index 13fb787..870f2ed 100644 --- a/Utils/Console/Variables.hh +++ b/Utils/Console/Variables.hh @@ -42,12 +42,15 @@ namespace console { class ScopedDirectoryBase; template class VariableAttributor; + + #ifndef DOXYGEN template VariableAttributor senf_console_add_node( DirectoryNode & node, std::string const & name, Variable & var, int, typename boost::disable_if< boost::is_convertible >::type * = 0, + typename boost::disable_if< boost::is_convertible >::type * = 0, typename boost::disable_if_c::is_callable>::type * = 0); template @@ -59,6 +62,7 @@ namespace console { VariableAttributor senf_console_add_node( DirectoryNode & node, Owner & owner, std::string const & name, Variable & var, int, typename boost::disable_if< boost::is_convertible >::type * = 0, + typename boost::disable_if< boost::is_convertible >::type * = 0, typename boost::disable_if_c::is_callable>::type * = 0); template