LibraryName

This struct contains the name and filename of a library.

struct LibraryName {}

Members

Variables

filename
string filename;

The filename of the library.

name
string name;

The name of the library.

Meta