unlogic
Loading...
Searching...
No Matches
unlogic::Library Struct Reference

#include <Library.h>

Public Member Functions

 Library (std::string name)
 
 Library ()=delete
 

Public Attributes

std::string name
 
std::vector< LibrarySymbol * > symbols
 

Detailed Description

Definition at line 18 of file Library.h.

Constructor & Destructor Documentation

◆ Library() [1/2]

unlogic::Library::Library ( std::string  name)
inline

Definition at line 23 of file Library.h.

◆ Library() [2/2]

unlogic::Library::Library ( )
delete

Member Data Documentation

◆ name

std::string unlogic::Library::name

Definition at line 20 of file Library.h.

◆ symbols

std::vector<LibrarySymbol*> unlogic::Library::symbols

Definition at line 21 of file Library.h.


The documentation for this struct was generated from the following file: