Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
ClassListXML Class Reference

Container for style classes. Essentially a set of strings, with space-separated output support. More...

#include <TreeXML.h>

Inheritance diagram for ClassListXML:
Inheritance graph
[legend]
Collaboration diagram for ClassListXML:
Collaboration graph
[legend]

Public Member Functions

template<typename ... TT>
 ClassListXML (const TT &... args)
 
template<typename ... TT>
void add (const std::string &clsName, const TT &... args)
 
bool has (const std::string &clsName) const
 
void remove (const std::string &clsName)
 

Static Public Attributes

static const SprinterLayout layout = {" ", "", "", ""}
 Uses spaces as separators.
 

Protected Member Functions

void add ()
 

Detailed Description

Container for style classes. Essentially a set of strings, with space-separated output support.


The documentation for this class was generated from the following files: