11#ifndef GBXUTILACFR_TOKENISE_H
12#define GBXUTILACFR_TOKENISE_H
15 #if defined (GBXUTILACFR_STATIC)
16 #define GBXUTILACFR_EXPORT
17 #elif defined (GBXUTILACFR_EXPORTS)
18 #define GBXUTILACFR_EXPORT __declspec (dllexport)
20 #define GBXUTILACFR_EXPORT __declspec (dllimport)
23 #define GBXUTILACFR_EXPORT
33GBXUTILACFR_EXPORT std::vector<std::string> tokenise(
const std::string &str,
34 const std::string &delimiter );
ACFR utilities.
Definition gbxnovatelacfr/driver.h:24