 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkStdString_h
25 #define vtkStdString_h
27 #include "vtkCommonCoreModule.h"
66 operator const char*() {
return this->c_str(); }
StdString::pointer pointer
vtkStdString(const value_type *s, size_type n)
vtkStdString(const value_type *s)
StdString::size_type size_type
StdString::const_reference const_reference
StdString::value_type value_type
StdString::const_iterator const_iterator
StdString::const_reverse_iterator const_reverse_iterator
StdString::reference reference
vtkStdString(const StdString &s, size_type pos=0, size_type n=npos)
StdString::reverse_iterator reverse_iterator
StdString::difference_type difference_type
StdString::iterator iterator
Wrapper around std::string to keep symbols short.
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &, const vtkStdString &)