ROSE
0.11.145.247
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
Sawyer
DocumentPodMarkup.h
1
// WARNING: Changes to this file must be contributed back to Sawyer or else they will
2
// be clobbered by the next update from Sawyer. The Sawyer repository is at
3
// https://gitlab.com/charger7534/sawyer.git.
4
5
6
7
8
#ifndef Sawyer_Document_PodMarkup_H
9
#define Sawyer_Document_PodMarkup_H
10
11
#include <Sawyer/DocumentBaseMarkup.h>
12
#include <Sawyer/Sawyer.h>
13
14
namespace
Sawyer
{
15
namespace
Document {
16
17
class
SAWYER_EXPORT
PodMarkup
:
public
BaseMarkup
{
18
public
:
19
PodMarkup
() { init(); }
20
21
virtual
bool
emit
(
const
std::string &doc)
/*override*/
;
22
23
private
:
24
void
init();
25
virtual
std::string finalizeDocument(
const
std::string&s)
/*override*/
;
26
};
17
class
SAWYER_EXPORT
PodMarkup
:
public
BaseMarkup
{
…
};
27
28
}
// namespace
29
}
// namespace
30
31
#endif
Sawyer::Document::BaseMarkup
Base class for various documentation markup systems.
Definition
DocumentBaseMarkup.h:18
Sawyer::Document::PodMarkup
Definition
DocumentPodMarkup.h:17
Sawyer::Document::PodMarkup::emit
virtual bool emit(const std::string &doc)
Emit documentation to output.
Sawyer
Sawyer support library.
Definition
FeasiblePath.h:767
Generated on Mon Mar 31 2025 00:23:32 for ROSE by
1.9.8