Go to the documentation of this file.
28 #ifndef TIXML_STRING_INCLUDED
29 #define TIXML_STRING_INCLUDED
40 #define TINYXML_EXPORT_ATTR
42 #define TINYXML_EXPORT_ATTR __attribute__ ((visibility ("hidden")))
49 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
51 #define TIXML_EXPLICIT explicit
52 #elif defined(__GNUC__) && (__GNUC__ >= 3)
54 #define TIXML_EXPLICIT explicit
56 #define TIXML_EXPLICIT
100 memcpy(
start(), str, len);
111 return assign(copy, (
size_type) strlen(copy));
129 return append(&single, 1);
141 {
return rep_->str; }
145 {
return rep_->str; }
149 {
return rep_->size; }
153 {
return rep_->size; }
157 {
return rep_->size == 0; }
161 {
return rep_->capacity; }
168 return rep_->str[index];
175 return rep_->str[index];
181 return find(lookup, 0);
190 for (
const char *p = c_str() + offset; *p !=
'\0'; ++p)
193 {
return static_cast< size_type >( p - c_str()); }
211 void reserve(size_type cap);
213 TiXmlString &assign(
const char *str, size_type len);
230 { rep_->str[rep_->size = sz] =
'\0'; }
233 {
return rep_->str; }
236 {
return rep_->str + rep_->size; }
254 const size_type intsNeeded = (bytesNeeded +
sizeof(int) - 1) /
sizeof(int);
255 rep_ =
reinterpret_cast<Rep *
>(
new int[intsNeeded] );
257 rep_->
str[rep_->size = sz] =
'\0';
258 rep_->capacity = cap;
268 if (rep_ != &nullrep_)
272 delete[] (
reinterpret_cast<int *
>( rep_ ));
294 {
return !(a == b); }
306 {
return strcmp(a.
c_str(), b) == 0; }
312 {
return !(a == b); }
315 {
return !(b == a); }
348 #endif // TIXML_STRING_INCLUDED
349 #endif // TIXML_USE_STL
TiXmlString(const TiXmlString ©)
size_type find(char tofind, size_type offset) const
void swap(TiXmlString &other)
size_type capacity() const
const char & at(size_type index) const
TiXmlString & operator=(const char *copy)
bool operator<(const TiXmlString &a, const TiXmlString &b)
bool operator>(const TiXmlString &a, const TiXmlString &b)
TIXML_EXPLICIT TiXmlString(const char *str, size_type len)
char & operator[](size_type index) const
TiXmlString & operator+=(const char *suffix)
size_type find(char lookup) const
void init(const M_string &remappings)
void set_size(size_type sz)
bool operator==(const TiXmlString &a, const TiXmlString &b)
#define TINYXML_EXPORT_ATTR
TiXmlOutStream & operator<<(const char *in)
const char * c_str() const
TiXmlString & operator+=(char single)
bool operator>=(const TiXmlString &a, const TiXmlString &b)
TiXmlOutStream & operator<<(const TiXmlString &in)
TFSIMD_FORCE_INLINE tfScalar length(const Quaternion &q)
const char * data() const
void init(size_type sz, size_type cap)
TiXmlString & operator=(const TiXmlString ©)
ROSCPP_DECL std::string append(const std::string &left, const std::string &right)
Append one name to another.
static const size_type npos
TIXML_EXPLICIT TiXmlString(const char *copy)
bool operator!=(const TiXmlString &a, const TiXmlString &b)
bool operator<=(const TiXmlString &a, const TiXmlString &b)
TiXmlString & operator+=(const TiXmlString &suffix)
ROSCPP_DECL void start()
Actually starts the internals of the node (spins up threads, starts the network polling and xmlrpc lo...
TiXmlString operator+(const TiXmlString &a, const TiXmlString &b)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12