ManaPlus
Public Member Functions | Data Fields
HostsGroup Struct Reference

#include <hostsgroup.h>

Public Member Functions

 HostsGroup ()
 

Data Fields

std::string name
 
StringVect hosts
 

Detailed Description

Definition at line 29 of file hostsgroup.h.

Constructor & Destructor Documentation

◆ HostsGroup()

HostsGroup::HostsGroup ( )
inline

Definition at line 31 of file hostsgroup.h.

31  :
32  name(),
33  hosts()
34  {
35  }
std::string name
Definition: hostsgroup.h:39
StringVect hosts
Definition: hostsgroup.h:40

Field Documentation

◆ hosts

StringVect HostsGroup::hosts

◆ name

std::string HostsGroup::name

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