SWIPL Zwapel 0.0.1
paule32
Loading...
Searching...
No Matches
prolog::PL_Encoder< T1 > Class Template Reference

Public Member Functions

uint16_t getch ()
 
 PL_Encoder (char &)
 
 PL_Encoder (char)
 
 PL_Encoder (std::basic_string< T1 > &)
 
 PL_Encoder (std::basic_string< T1 >)
 
std::basic_string< T1 > PL_parseFile (const std::basic_string< T1 > &filename, PL_Encoder &in)
 

Detailed Description

template<typename T1>
class prolog::PL_Encoder< T1 >

Definition at line 161 of file prolog.cc.

Constructor & Destructor Documentation

◆ PL_Encoder() [1/5]

template<typename T1 >
prolog::PL_Encoder< T1 >::PL_Encoder ( std::basic_string< T1 > &  )
inline

Definition at line 184 of file prolog.cc.

◆ PL_Encoder() [2/5]

template<typename T1 >
prolog::PL_Encoder< T1 >::PL_Encoder ( std::basic_string< T1 >  )
inline

Definition at line 186 of file prolog.cc.

◆ PL_Encoder() [3/5]

template<typename T1 >
prolog::PL_Encoder< T1 >::PL_Encoder ( char &  )
inline

Definition at line 188 of file prolog.cc.

◆ PL_Encoder() [4/5]

template<typename T1 >
prolog::PL_Encoder< T1 >::PL_Encoder ( char  )
inline

Definition at line 190 of file prolog.cc.

◆ PL_Encoder() [5/5]

template<typename T1 >
prolog::PL_Encoder< T1 >::PL_Encoder ( )
inline

Definition at line 192 of file prolog.cc.

Member Function Documentation

◆ getch()

template<typename T1 >
uint16_t prolog::PL_Encoder< T1 >::getch ( )
inline

Definition at line 196 of file prolog.cc.

◆ PL_parseFile()

template<typename T1 >
std::basic_string< T1 > prolog::PL_Encoder< T1 >::PL_parseFile ( const std::basic_string< T1 > &  filename,
PL_Encoder< T1 > &  in 
)
inline

Definition at line 217 of file prolog.cc.


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