ReactOS 0.4.15-dev-8052-gc0e3179
XMLStorage::StyleSheetList Struct Reference

list of StyleSheet entries More...

#include <xmlstorage.h>

Inheritance diagram for XMLStorage::StyleSheetList:
Collaboration diagram for XMLStorage::StyleSheetList:

Public Member Functions

void set (const StyleSheet &stylesheet)
 

Detailed Description

list of StyleSheet entries

Definition at line 748 of file xmlstorage.h.

Member Function Documentation

◆ set()

void XMLStorage::StyleSheetList::set ( const StyleSheet stylesheet)
inline

Definition at line 750 of file xmlstorage.h.

751 {
752 clear();
753 push_back(stylesheet);
754 }

The documentation for this struct was generated from the following file: