ManaPlus
Public Member Functions | Data Fields
VirtFs::List Struct Reference

#include <list.h>

Public Member Functions

 List ()
 
 ~List ()
 

Data Fields

StringVect names
 

Detailed Description

Definition at line 32 of file list.h.

Constructor & Destructor Documentation

◆ List()

VirtFs::List::List ( )

Definition at line 29 of file list.cpp.

29  :
30  names()
31 {
32 }
StringVect names
Definition: list.h:40

◆ ~List()

VirtFs::List::~List ( )

Definition at line 34 of file list.cpp.

35 {
36 }

Field Documentation

◆ names

StringVect VirtFs::List::names

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