Open Chinese Convert  1.0.3
A project for conversion between Traditional and Simplified Chinese
 All Classes Functions
Classes | Public Member Functions
opencc::Segments Class Reference

Segmented text. More...

#include <Segments.hpp>

List of all members.

Classes

class  iterator

Public Member Functions

 Segments (std::initializer_list< const char * > initList)
 Segments (std::initializer_list< string > initList)
void AddSegment (const char *unmanagedString)
void AddSegment (const string &str)
const char * At (size_t cursor) const
size_t Length () const
iterator begin () const
iterator end () const
string ToString () const

Detailed Description

Segmented text.


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