|
OpenXLSX 1.9.1
|
#include <XLContentTypes.hpp>
Public Member Functions | |
| XLContentItem () | |
| XLContentItem (const XMLNode &node) | |
| ~XLContentItem ()=default | |
| XLContentItem (const XLContentItem &other) | |
| XLContentItem (XLContentItem &&other) noexcept | |
| XLContentItem & | operator= (const XLContentItem &other) |
| XLContentItem & | operator= (XLContentItem &&other) noexcept |
| XLContentType | type () const |
| std::string | path () const |
Friends | |
| class | XLContentTypes |
| XLContentItem::XLContentItem | ( | ) |
|
explicit |
|
default |
| XLContentItem::XLContentItem | ( | const XLContentItem & | other | ) |
|
defaultnoexcept |
| XLContentItem & XLContentItem::operator= | ( | const XLContentItem & | other | ) |
|
defaultnoexcept |
| std::string XLContentItem::path | ( | ) | const |
| XLContentType XLContentItem::type | ( | ) | const |
|
friend |