Clingo
Loading...
Searching...
No Matches
text.hh
1
#pragma once
2
3
#include <clingo/core/output.hh>
4
5
namespace
CppClingo::Output {
6
9
11
auto
make_text_output
(
Util::OutputBuffer
&out) ->
UOutputStm
;
12
14
15
}
// namespace CppClingo::Output
CppClingo::Util::OutputBuffer
Create an output buffer that bears some similarities with C++'s iostreams.
Definition
print.hh:24
CppClingo::UOutputStm
std::unique_ptr< OutputStm > UOutputStm
Unique pointer for statement output.
Definition
output.hh:253
CppClingo::Output::make_text_output
auto make_text_output(Util::OutputBuffer &out) -> UOutputStm
Create a text output.
clingo
output
text.hh
Generated by
1.9.8