#include <bookkeepingimpl.hh>
◆ Ptr
◆ TokenImpl()
| Scroom::Bookkeeping::Detail::TokenImpl::TokenImpl |
( |
| ) |
|
|
protecteddefault |
◆ add() [1/2]
| void Scroom::Bookkeeping::Detail::TokenImpl::add |
( |
const Stuff & |
s | ) |
|
|
inline |
StuffList l
Definition bookkeepingimpl.hh:71
◆ add() [2/2]
| void Scroom::Bookkeeping::Detail::TokenImpl::add |
( |
const StuffList & |
l_ | ) |
|
|
inline |
58{
l.insert(
l.end(), l_.begin(), l_.end()); }
◆ create()
◆ merge() [1/2]
| void Scroom::Bookkeeping::Detail::TokenImpl::merge |
( |
Ptr & |
rhs | ) |
|
|
inline |
void merge(StuffList &l_)
Definition bookkeepingimpl.hh:60
Referenced by merge().
◆ merge() [2/2]
| void Scroom::Bookkeeping::Detail::TokenImpl::merge |
( |
StuffList & |
l_ | ) |
|
|
inline |
60{
l.splice(
l.end(), l_); }
| StuffList Scroom::Bookkeeping::Detail::TokenImpl::l |
|
private |
The documentation for this class was generated from the following file: