#include <sprk_publish.h>
Public Types | |
| enum | Type { Type::Code, Type::File } |
The Publish::Source class is a concept class for source-string-related enums.
|
strong |
Enumerates the types of source strings which can be passed to Publish.
| Enumerator | |
|---|---|
| Code |
String contains source code, e.g., actual JavaScript or HTML code. |
| File |
String contains a file name. |