diff options
author | David Robillard <d@drobilla.net> | 2007-03-19 23:16:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-03-19 23:16:47 +0000 |
commit | 4ec43482a75b075fd49868d0b4002411e7e62e9a (patch) | |
tree | 02d654e917f7d1e3752631a7d509c640242f20c4 /raul | |
parent | c39b2c29f12c604ed2fd36484a19d176603c589c (diff) | |
download | raul-4ec43482a75b075fd49868d0b4002411e7e62e9a.tar.gz raul-4ec43482a75b075fd49868d0b4002411e7e62e9a.tar.bz2 raul-4ec43482a75b075fd49868d0b4002411e7e62e9a.zip |
Learn quantization.
RDF serialziation to a C FILE*.
Machina graph drawing improvements.
git-svn-id: http://svn.drobilla.net/lad/raul@364 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r-- | raul/RDFWriter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/RDFWriter.h b/raul/RDFWriter.h index 9a5d5b3..1cbccaa 100644 --- a/raul/RDFWriter.h +++ b/raul/RDFWriter.h @@ -52,6 +52,7 @@ public: void add_prefix(const std::string& prefix, const std::string& uri); std::string expand_uri(const std::string& uri); + void start_to_file_handle(FILE* fd) throw (std::logic_error); void start_to_filename(const std::string& filename) throw (std::logic_error); void start_to_string() throw (std::logic_error); std::string finish() throw (std::logic_error); |