#include <cstring>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
◆ CppObjPtr
◆ CppParamVector
◆ makeCppToken() [1/2]
CppToken makeCppToken |
( |
const char * |
beg, |
|
|
const char * |
end |
|
) |
| |
|
inline |
◆ makeCppToken() [2/2]
CppToken makeCppToken |
( |
const char * |
sz, |
|
|
size_t |
len |
|
) |
| |
|
inline |
Since CppToken cannot have ctor (because it is intended to be used inside union).
Definition at line 67 of file cpptoken.h.
◆ mergeCppToken()
◆ operator<<()
template<typename _ST >
_ST & operator<< |
( |
_ST & |
stm, |
|
|
const CppToken & |
token |
|
) |
| |
|
inline |