debian man page for shevek_split

Query: shevek_split

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

shevek::split(3)					     Library Functions Manual						  shevek::split(3)

NAME
shevek::split - Split a string into words and retrieve them individually.
SYNOPSIS
#include <split.hh> Public Member Functions split (std::string const &str=std::string()) Create a new split object, and optionally load it with data. void load (std::string const &str, bool allow_empty=false, std::string const &delimiters=std::string(' r ', 8)) Load new data into an existing split object. std::string operator[] (unsigned idx) const Get a word from the split object. split sub (unsigned from) const Get a new split object containing only the last part of this one. Detailed Description Split a string into words and retrieve them individually. Member Function Documentation std::string shevek::split::operator[] (unsignedidx) const [inline] Get a word from the split object. This differs from std::vector's method in that it returns an empty string if idx is out of range. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::split(3)
Related Man Pages
shevek_args_option(3) - debian
shevek_absolute_time(3) - debian
shevek_avahi_browser(3) - debian
shevek_refbase(3) - debian
shevek_server_connection(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com