50 #include <sys/types.h> 57 #include <rnr/rnrconfig.h> 77 memset(&m_regex, 0,
sizeof(m_regex));
79 if( m_strRegEx.length() == 0 )
83 else if( (errcode = regcomp(&m_regex, m_strRegEx.c_str(), REG_NOSUB)) == 0 )
90 regerror(errcode, &m_regex, buf,
sizeof(buf));
The Dynamixel Shell Regular Expression Class.
void Compile()
Compile a regular expression.