#include <bookkeepingimpl.hh>
|
| void | add (const Stuff &s) |
| |
| void | add (const StuffList &l_) |
| |
| void | merge (StuffList &l_) |
| |
| void | merge (Ptr &rhs) |
| |
◆ Ptr
◆ TokenImpl()
| Scroom::Bookkeeping::Detail::TokenImpl::TokenImpl |
( |
| ) |
|
|
protecteddefault |
◆ add() [1/2]
| void Scroom::Bookkeeping::Detail::TokenImpl::add |
( |
const Stuff & |
s | ) |
|
|
inline |
◆ 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 |
◆ 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: