source: dev/trunk/ab5.0/jenga/include/common/String.h@ 465

Last change on this file since 465 was 465, checked in by dai_9181, 16 years ago

Messenger/ErrorMessengerクラスを導入。SetError関数によるエラー生成を廃止した。

File size: 238 bytes
RevLine 
[298]1#pragma once
2
3#include <vector>
4#include <string>
5
6namespace Jenga{
7namespace Common{
8
9typedef std::vector<std::string> Strings;
10
[465]11bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr );
12
[298]13}
14}
Note: See TracBrowser for help on using the repository browser.