|
| | gap () |
| void | push (char_t *&s, size_t count) |
| char_t * | flush (char_t *s) |
Definition at line 2421 of file pugixml.cc.
◆ gap()
◆ flush()
| char_t * gap::flush |
( |
char_t * | s | ) |
|
|
inline |
Definition at line 2449 of file pugixml.cc.
2450 {
2452 {
2453
2455 memmove(
end -
size,
end,
reinterpret_cast<char*
>(s) -
reinterpret_cast<char*
>(
end));
2456
2458 }
2459 else return s;
2460 }
◆ push()
| void gap::push |
( |
char_t *& | s, |
|
|
size_t | count ) |
|
inline |
Definition at line 2432 of file pugixml.cc.
2433 {
2435 {
2436
2438 memmove(
end -
size,
end,
reinterpret_cast<char*
>(s) -
reinterpret_cast<char*
>(
end));
2439 }
2440
2441 s += count;
2442
2443
2446 }
◆ end
◆ size
The documentation for this struct was generated from the following file: