All Classes Namespaces Files Functions Variables Enumerations Enumerator
Namespaces | Functions
libs/common/split.h File Reference

string 用の split 関数 More...

#include <vector>
#include <string>
Include dependency graph for split.h:

Go to the source code of this file.

Namespaces

namespace  qrk
 Quick Robot Development Kit.

Functions

size_t qrk::split (std::vector< std::string > &tokens, const std::string &original, const char *split_pattern=" \t", bool continious_pattern=true)
 指定文字による分割

Detailed Description

string 用の split 関数

Author:
Satofumi KAMIMURA
Id:
split.h 1811 2010-04-30 16:12:05Z satofumi

Definition in file split.h.