Loader.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef SELF_ASSEMBLY_LOADER_H
4 #define SELF_ASSEMBLY_LOADER_H
5 
6 #include <string>
7 
8 class Loader{
9 
10  private:
11  Loader(){ ; }
12  ~Loader(){ ; }
13 
14  public:
15 
16  static bool uniqueFilename(const std::string& filePathName,
17  const std::string& fileExtension,
18  std::string& uniqueFullFileName);
19 };
20 
21 #endif
Definition: Loader.h:8
~Loader()
Definition: Loader.h:12
static bool uniqueFilename(const std::string &filePathName, const std::string &fileExtension, std::string &uniqueFullFileName)
Definition: Loader.cpp:10
Loader()
Definition: Loader.h:11


choreo_task_sequence_planner
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:03:14