ARB
Public Member Functions | List of all members
WrapMode Class Reference

#include <wrap.h>

Inheritance diagram for WrapMode:
Inheritance graph
[legend]
Collaboration diagram for WrapMode:
Collaboration graph
[legend]

Public Member Functions

 WrapMode (const char *separators_)
 
 WrapMode (bool allowWrap)
 
 ~WrapMode ()
 
void print (Writer &write, const char *first_prefix, const char *other_prefix, const char *content, int max_width) const
 

Detailed Description

Definition at line 4 of file wrap.h.

Constructor & Destructor Documentation

WrapMode::WrapMode ( const char separators_)
inline

Definition at line 14 of file wrap.h.

WrapMode::WrapMode ( bool  allowWrap)
inline

Definition at line 15 of file wrap.h.

WrapMode::~WrapMode ( )
inline

Definition at line 16 of file wrap.h.

Member Function Documentation

void WrapMode::print ( Writer write,
const char first_prefix,
const char other_prefix,
const char content,
int  max_width 
) const

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