ManaPlus
Public Member Functions | Data Fields
MapRowVertexes Class Reference

#include <maprowvertexes.h>

Public Member Functions

 MapRowVertexes ()
 
 ~MapRowVertexes ()
 

Data Fields

MapRowImages images
 

Detailed Description

Definition at line 33 of file maprowvertexes.h.

Constructor & Destructor Documentation

◆ MapRowVertexes()

MapRowVertexes::MapRowVertexes ( )
inline

Definition at line 36 of file maprowvertexes.h.

36  :
37  images()
38  {
39  images.reserve(30);
40  }
MapRowImages images

References images.

◆ ~MapRowVertexes()

MapRowVertexes::~MapRowVertexes ( )
inline

Definition at line 44 of file maprowvertexes.h.

45  {
47  images.clear();
48  }
void delete_all(Container &c)
Definition: dtor.h:56

References delete_all(), and images.

Field Documentation

◆ images

MapRowImages MapRowVertexes::images

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