The vhdlstring.h
File Reference
Included Headers
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "VhdlParser.h"
Namespaces Index
namespace | vhdl |
namespace | parser |
Classes Index
class | TokenParser |
class | VhdlString |
Minimal string class with std::string like behavior that fulfills the JavaCC string requirements. More... | |
Operators Index
VhdlString | operator+ (const char *s, VhdlString v) |
Operators
operator+()
| inline |
Definition at line 126 of file vhdlstring.h.
126inline VhdlString operator+(const char *s, VhdlString v) { return VhdlString(s).append(v); }
Reference VhdlString::append.
Generated via doxygen2docusaurus by Doxygen 1.14.0.