ARB
|
#include <wrap.h>
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 |
void WrapMode::print | ( | Writer & | write, |
const char * | first_prefix, | ||
const char * | other_prefix, | ||
const char * | content, | ||
int | max_width | ||
) | const |
Definition at line 52 of file wrap.cxx.
References ca_assert, has_content(), and Writer::out().
Referenced by embl_print_comment_if_content(), embl_print_lines(), genbank_print_comment_if_content(), genbank_print_lines(), macke_print_keyword_rem(), and macke_print_line().