checkImport(const App::DocumentObject *owner, const App::DocumentObject *obj=nullptr, String *objName=nullptr) | App::ObjectIdentifier::String | |
FC_DEFAULT_CTORS(String) | App::ObjectIdentifier::String | |
getString() const | App::ObjectIdentifier::String | |
isForceIdentifier() const | App::ObjectIdentifier::String | |
isRealString() const | App::ObjectIdentifier::String | |
ObjectIdentifier | App::ObjectIdentifier::String | friend |
operator const char *() const | App::ObjectIdentifier::String | |
operator std::string() const | App::ObjectIdentifier::String | |
operator!=(const String &other) const | App::ObjectIdentifier::String | |
operator<(const String &other) const | App::ObjectIdentifier::String | |
operator==(const String &other) const | App::ObjectIdentifier::String | |
operator>(const String &other) const | App::ObjectIdentifier::String | |
operator>=(const String &other) const | App::ObjectIdentifier::String | |
String(const std::string &s="", bool _isRealString=false, bool _forceIdentifier=false) | App::ObjectIdentifier::String | |
String(std::string &&s, bool _isRealString=false, bool _forceIdentifier=false) | App::ObjectIdentifier::String | |
toString(bool toPython=false) const | App::ObjectIdentifier::String | |