MpcIndexWrapperUtils
- class MpcIndexWrapperUtils
Bases:
instance
Raises an exception This class cannot be instantiated from Python
- static canDecodeIndex((str)arg1) bool :
- C++ signature :
bool canDecodeIndex(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- static canDecodeIndexVector((str)arg1) bool :
- C++ signature :
bool canDecodeIndexVector(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- static decodeIndex((str)arg1) MpcIndexWrapper :
- C++ signature :
class MpcIndexWrapper decodeIndex(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- static decodeIndexVector((str)arg1) MpcIndexVectorWrapper :
- C++ signature :
class MpcIndexVectorWrapper decodeIndexVector(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- static encodeIndex((MpcIndexWrapper)arg1) str :
- C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > encodeIndex(class MpcIndexWrapper)
- static encodeIndexVector((MpcIndexVectorWrapper)arg1) str :
- C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > encodeIndexVector(class MpcIndexVectorWrapper)
- static find((str)arg1, (MpcIndexWrapper)arg2) bool :
- C++ signature :
bool find(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class MpcIndexWrapper)
- static findAll((str)arg1) MpcIndexWrapperSet :
- C++ signature :
class std::set<class MpcIndexWrapper,struct std::less<class MpcIndexWrapper>,class std::allocator<class MpcIndexWrapper> > findAll(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- static replace((str)arg1, (MpcIndexWrapper)arg2, (int)arg3) str :
- C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > replace(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class MpcIndexWrapper,int)