GEOS  3.9.1dev
Public Member Functions | Private Attributes | List of all members
geos::io::Writer Class Reference

#include <Writer.h>

Public Member Functions

 Writer ()
 
void reserve (std::size_t capacity)
 
 ~Writer ()=default
 
void write (const std::string &txt)
 
const std::string & toString ()
 

Private Attributes

std::string str
 

Detailed Description

Definition at line 35 of file Writer.h.

Constructor & Destructor Documentation

geos::io::Writer::Writer ( )
geos::io::Writer::~Writer ( )
default

Member Function Documentation

void geos::io::Writer::reserve ( std::size_t  capacity)
const std::string& geos::io::Writer::toString ( )
void geos::io::Writer::write ( const std::string &  txt)

Member Data Documentation

std::string geos::io::Writer::str
private

Definition at line 43 of file Writer.h.


The documentation for this class was generated from the following file: