Wt examples  3.2.1
Public Member Functions | Public Attributes
Lang Struct Reference

#include <Home.h>

List of all members.

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 ( 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.

:
code_(code),
path_(path),
shortDescription_(shortDescription),
longDescription_(longDescription) {
}

Member Data Documentation

std::string Lang::code_

Definition at line 33 of file Home.h.

std::string Lang::longDescription_

Definition at line 33 of file Home.h.

std::string Lang::path_

Definition at line 33 of file Home.h.

std::string Lang::shortDescription_

Definition at line 33 of file Home.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 19 2012 for the C++ Web Toolkit (Wt) by doxygen 1.8.1