WebFramework
v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
ChunkGenerator.h
1
#pragma once
2
3
#include "Import/WebFrameworkCore.h"
4
5
namespace
framework
6
{
7
namespace
utility
8
{
9
class
ChunkGenerator
10
{
11
public
:
12
ChunkGenerator
() =
default
;
13
18
virtual
std::string
generate
() = 0;
19
20
virtual
~ChunkGenerator
() =
default
;
21
};
22
}
23
}
framework::utility::ChunkGenerator
Definition
ChunkGenerator.h:10
framework::utility::ChunkGenerator::generate
virtual std::string generate()=0
Generates chunk. Finish generation with empty string.
framework
Definition
StandardWebFrameworkDynamicPagesFunctions.cpp:8
WebFramework
src
Utility
ChunkGenerator.h
Generated by
1.12.0