FACT++  1.0
template<class T>
bool RemoteControl< T >::PrintCommands ( )
inline

Definition at line 397 of file RemoteControl.h.

398  {
399  lout << endl << kBold << "List of commands:" << endl;
400  PrintDescription(lout, true);
401  return true;
402  }
std::ostream & lout
Output stream for local synchrounous output.
Definition: RemoteControl.h:26
int PrintDescription(std::ostream &out, bool iscmd, const std::string &serv="", const std::string &service="") const
Set attribute Bold.
Definition: WindowLog.h:36