Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Publish::Source Class Reference

The Publish::Source class is a concept class for source-string-related enums. More...

#include <sprk_publish.h>

Public Types

enum  Type {
  Type::Code,
  Type::File
}
 Enumerates the types of source strings which can be passed to Publish. More...
 

Private Member Functions

 Source ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Publish::Source class is a concept class for source-string-related enums.

Member Enumeration Documentation

◆ Type

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.

Constructor & Destructor Documentation

◆ Source()

HPS::Publish::Source::Source ( )
private

Private default constructor to prevent instantiation.


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