Drizzled Public API Documentation

drizzled::message::ioutil::joiner< FwdIter > Class Template Reference

#include <ioutil.h>

List of all members.

Public Member Functions

 joiner (const std::string &separator, FwdIter start, FwdIter finish)

Private Member Functions

void write (std::ostream &out) const

Private Attributes

std::string m_sep
FwdIter m_start
FwdIter m_finish

Friends

std::ostream & operator<< (std::ostream &out, const joiner &j)

Detailed Description

template<class FwdIter>
class drizzled::message::ioutil::joiner< FwdIter >

Helper class for join() I/O manipulator.

This is a join I/O manipulator with arguments for join(). These has to be

Definition at line 37 of file ioutil.h.


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