FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
static void
RemoteControl
< T >::chop
(
std::string &
str
)
inline
static
protected
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
}
str
char str[80]
Definition:
test_client.c:7
Here is the caller graph for this function:
RemoteControl
Generated on Sun Sep 18 2016 20:50:57 for FACT++ by
1.8.11