VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
configStringTokenizer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vector>
12 #include <string>
13 #include <memory>
15 
16 #include <boost/noncopyable.hpp>
17 
18 namespace MAKVRinTerra
19 {
22  class DT_DLL_features DtConfigStringTokenizer : boost::noncopyable
23  {
24  public:
25  static std::auto_ptr<DtConfigStringTokenizer> Create();
26 
27  virtual ~DtConfigStringTokenizer();
28 
29  virtual std::vector<std::string> tokenize(const std::string& inputString) const = 0;
30  };
31 }
#define DT_DLL_features
stop complaining about multiple independent base classes for boost::noncopyable this should probably ...
Definition: featuresDefines.h:41
Tokenizes inputString based on the tokenizer rules for the feature attribute configuration file...
Definition: configStringTokenizer.h:22

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)