|
| | BB ()=default |
| |
| | BB (const BB &)=delete |
| |
| | BB (BB &&other) noexcept=default |
| |
| BB & | operator= (BB other) noexcept |
| |
| std::deque< std::ostringstream > & | head () |
| |
| std::deque< std::ostringstream > & | body () |
| |
| std::deque< std::ostringstream > & | tail () |
| |
| template<class... Args> |
| std::string | assign (std::string_view name, const char *s, Args &&... args) |
| |
| template<class... Args> |
| void | tail (const char *s, Args &&... args) |
| |
|
| DefMap< std::deque< std::pair< std::string, std::string > > > | phis |
| |
| std::array< std::deque< std::ostringstream >, 3 > | parts |
| |
Definition at line 82 of file ll.cpp.
◆ BB() [1/3]
◆ BB() [2/3]
| mim::ll::BB::BB |
( |
const BB & | | ) |
|
|
delete |
◆ BB() [3/3]
| mim::ll::BB::BB |
( |
BB && | other | ) |
|
|
defaultnoexcept |
◆ assign()
template<class... Args>
| std::string mim::ll::BB::assign |
( |
std::string_view | name, |
|
|
const char * | s, |
|
|
Args &&... | args ) |
|
inline |
◆ body()
| std::deque< std::ostringstream > & mim::ll::BB::body |
( |
| ) |
|
|
inline |
◆ head()
| std::deque< std::ostringstream > & mim::ll::BB::head |
( |
| ) |
|
|
inline |
◆ operator=()
| BB & mim::ll::BB::operator= |
( |
BB | other | ) |
|
|
inlinenoexcept |
◆ tail() [1/2]
| std::deque< std::ostringstream > & mim::ll::BB::tail |
( |
| ) |
|
|
inline |
◆ tail() [2/2]
template<class... Args>
| void mim::ll::BB::tail |
( |
const char * | s, |
|
|
Args &&... | args ) |
|
inline |
◆ swap
| void swap |
( |
BB & | a, |
|
|
BB & | b ) |
|
friend |
◆ parts
| std::array<std::deque<std::ostringstream>, 3> mim::ll::BB::parts |
◆ phis
| DefMap<std::deque<std::pair<std::string, std::string> > > mim::ll::BB::phis |
The documentation for this struct was generated from the following file: