Wt examples  4.10.4
Public Member Functions | Public Attributes | List of all members
Lang Struct Reference

#include <Home.h>

Public Member Functions

 Lang (const std::string &code, const std::string &path, const std::string &shortDescription, const std::string &longDescription)
 

Public Attributes

std::string code_
 
std::string path_
 
std::string shortDescription_
 
std::string longDescription_
 

Detailed Description

Definition at line 23 of file Home.h.

Constructor & Destructor Documentation

◆ Lang()

Lang::Lang ( const std::string &  code,
const std::string &  path,
const std::string &  shortDescription,
const std::string &  longDescription 
)
inline

Definition at line 24 of file Home.h.

26  :
27  code_(code),
28  path_(path),
29  shortDescription_(shortDescription),
30  longDescription_(longDescription) {
31  }
std::string longDescription_
Definition: Home.h:33
std::string shortDescription_
Definition: Home.h:33
std::string code_
Definition: Home.h:33
std::string path_
Definition: Home.h:33

Member Data Documentation

◆ code_

std::string Lang::code_

Definition at line 33 of file Home.h.

◆ longDescription_

std::string Lang::longDescription_

Definition at line 33 of file Home.h.

◆ path_

std::string Lang::path_

Definition at line 33 of file Home.h.

◆ shortDescription_

std::string Lang::shortDescription_

Definition at line 33 of file Home.h.


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