#include <language_file.h>
|
typedef std::set< std::string > | modulest |
|
Definition at line 41 of file language_file.h.
◆ modulest
◆ language_filet() [1/2]
language_filet::language_filet |
( |
const std::string & |
filename | ) |
|
|
explicit |
◆ language_filet() [2/2]
◆ ~language_filet()
language_filet::~language_filet |
( |
| ) |
|
|
default |
To avoid compiler errors, the complete definition of a pointed-to type must be visible at the point at which the unique_ptr destructor is created.
In this case, the pointed-to type is forward-declared, so we have to place the destructor in the source file, where the full definition is availible.
◆ convert_lazy_method()
◆ get_modules()
void language_filet::get_modules |
( |
| ) |
|
◆ filename
std::string language_filet::filename |
◆ language
std::unique_ptr<languaget> language_filet::language |
◆ modules
The documentation for this class was generated from the following files:
- /home/runner/work/cbmc-documentation/cbmc-documentation/src/langapi/language_file.h
- /home/runner/work/cbmc-documentation/cbmc-documentation/src/langapi/language_file.cpp