FACT++  1.0
template<class T>
static void RemoteControl< T >::chop ( std::string &  str)
inlinestaticprotected

Definition at line 89 of file RemoteControl.h.

Referenced by RemoteControl< Shell >::Completion().

90  {
91  const size_t p = str.find_first_of('/');
92  if (p!=string::npos)
93  str = str.substr(p+1);
94  }
char str[80]
Definition: test_client.c:7

+ Here is the caller graph for this function: