AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
stringCheck.h
Go to the documentation of this file.
1
25
#ifndef _STRINGCHECK
26
#define _STRINGCHECK
27
28
#include <fstream>
29
#include <map>
30
#include <sstream>
31
#include <string>
32
#include <vector>
33
34
bool
strContains
(std::string target, std::string substring);
35
36
void
strSplit
(
const
std::string &
s
, std::vector<std::string> &sv,
const
char
*delim);
37
38
void
replaceAll
(std::string &str,
const
std::string from,
const
std::string to);
39
40
#endif
delayVisualization.s
s
Definition:
delayVisualization.py:99
replaceAll
void replaceAll(std::string &str, const std::string from, const std::string to)
Definition:
stringCheck.cc:50
strSplit
void strSplit(const std::string &s, std::vector< std::string > &sv, const char *delim)
Definition:
stringCheck.cc:35
strContains
bool strContains(std::string target, std::string substring)
Definition:
stringCheck.cc:30
src
lib
utils
stringCheck.h
Generated by
1.8.18