#include <bookkeeping.hh>
◆ Token() [1/5]
165 : std::shared_ptr<Detail::TokenImpl>(
t)
166 {
167 }
◆ Token() [2/5]
170 : std::shared_ptr<Detail::TokenImpl>(
t)
171 {
172 }
◆ Token() [3/5]
| Scroom::Bookkeeping::Token::Token |
( |
| ) |
|
|
inline |
176 {
177 }
static Scroom::Bookkeeping::Token create()
Definition bookkeepingimpl.hh:65
◆ Token() [4/5]
| Scroom::Bookkeeping::Token::Token |
( |
const Stuff & |
s | ) |
|
|
inlineexplicit |
181 {
183 }
T get(const Context::ConstPtr &context, std::string name)
Definition context.hh:55
◆ Token() [5/5]
| Scroom::Bookkeeping::Token::Token |
( |
const StuffList & |
l | ) |
|
|
inlineexplicit |
187 {
189 }
PageList const l
Definition compression-tests.cc:33
◆ add() [1/2]
| void Scroom::Bookkeeping::Token::add |
( |
const Stuff & |
s | ) |
const |
|
inline |
◆ add() [2/2]
| void Scroom::Bookkeeping::Token::add |
( |
const StuffList & |
l | ) |
const |
|
inline |
◆ merge() [1/2]
| void Scroom::Bookkeeping::Token::merge |
( |
StuffList & |
l | ) |
const |
|
inline |
◆ merge() [2/2]
| void Scroom::Bookkeeping::Token::merge |
( |
Token & |
rhs | ) |
const |
|
inline |
◆ operator+()
199{ return Detail::TokenAddition(*this) + rhs; }
◆ operator+=()
| Token const & Scroom::Bookkeeping::Token::operator+= |
( |
const Stuff & |
rhs | ) |
const |
|
inline |
202 {
204 return *this;
205 }
The documentation for this class was generated from the following files: