ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
binary.h File Reference
#include <istream>
#include <ostream>

Go to the source code of this file.

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::io
 Compressed file readers and writers, configuration file readers, a simple parser, and memory-mapped file support.
 

Functions

template<class T >
void meta::io::write_binary (std::ostream &out, const T &elem)
 Writes an object in binary format to a stream. More...
 
void meta::io::write_binary (std::ostream &out, const std::string &str)
 Writes a std::string object in binary format to a stream. More...
 
template<class T >
void meta::io::read_binary (std::istream &in, T &elem)
 Reads an object in binary from a stream. More...
 
void meta::io::read_binary (std::istream &in, std::string &str)
 Reads a string in binary from a stream. More...
 

Detailed Description

Author
Chase Geigle
Sean Massung

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.