OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Private Attributes | List of all members
otb::StringToHTML Class Reference

#include <otbStringToHTML.h>

+ Collaboration diagram for otb::StringToHTML:

Public Member Functions

void Print (std::ostream &os) const
 
 StringToHTML (const std::string &str)
 

Private Attributes

const std::string & m_Str
 

Detailed Description

Prepare a plain string for HTML encapsulation (protection of special characters)

Definition at line 39 of file otbStringToHTML.h.

Constructor & Destructor Documentation

◆ StringToHTML()

otb::StringToHTML::StringToHTML ( const std::string &  str)

Member Function Documentation

◆ Print()

void otb::StringToHTML::Print ( std::ostream &  os) const

Member Data Documentation

◆ m_Str

const std::string& otb::StringToHTML::m_Str
private

Definition at line 48 of file otbStringToHTML.h.


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