Doxygen
vhdlstring.h 文件参考
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "VhdlParser.h"
+ vhdlstring.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  vhdl::parser::TokenParser
 
class  VhdlString
 Minimal string class with std::string like behaviour that fulfills the JavaCC string requirements. 更多...
 

命名空间

 vhdl
 Token literal values and constants.
 
 vhdl::parser
 

函数

VhdlString operator+ (const char *s, VhdlString v)
 

函数说明

◆ operator+()

VhdlString operator+ ( const char *  s,
VhdlString  v 
)
inline

在文件 vhdlstring.h126 行定义.

126 { return VhdlString(s).append(v); }

引用了 VhdlString::append().

VhdlString
Minimal string class with std::string like behaviour that fulfills the JavaCC string requirements.
Definition: vhdlstring.h:33
VhdlString::append
VhdlString & append(const char *s, int size)
Definition: vhdlstring.h:76