| 123456789101112131415161718192021222324252627 |
- /*
- * PolyUtil.h
- * Poly
- *
- * Created by Ivan Safrin on 9/23/08.
- * Copyright 2008 __MyCompanyName__. All rights reserved.
- *
- */
- // @package Services
- #pragma once
- #include "PolyString.h"
- #include "PolyGlobals.h"
- #include <string>
- #include <vector>
- #include <algorithm>
- #include <cctype>
- using std::string;
- using std::vector;
- namespace Polycode {
- class _PolyExport StringUtil {
- public:
- };
- }
|