#include <bookkeepingimpl.hh>
◆ TokenAddition()
22 {
23 }
Definition bookkeeping.hh:50
◆ operator+() [1/2]
| TokenAddition & Scroom::Bookkeeping::Detail::TokenAddition::operator+ |
( |
const Stuff & |
rhs | ) |
|
|
inline |
26 {
28 return *this;
29 }
◆ operator+() [2/2]
38 {
40 return *this;
41 }
void merge(Token &rhs) const
Definition bookkeepingimpl.hh:195
◆ operator+=() [1/2]
| TokenAddition & Scroom::Bookkeeping::Detail::TokenAddition::operator+= |
( |
const Stuff & |
rhs | ) |
|
|
inline |
32 {
34 return *this;
35 }
◆ operator+=() [2/2]
44 {
46 return *this;
47 }
The documentation for this class was generated from the following file: