#include <Braille.hpp>
|  | 
| wchar_t | getChar () | 
|  | 
|  | BitField () | 
|  | 
| void | clear (const unsigned int &i, const unsigned int &j) | 
|  | 
| bool | get (const unsigned int &i, const unsigned int &j) const | 
|  | 
| void | set (const unsigned int &i, const unsigned int &j) | 
|  | 
| void | toggle (const unsigned int &i, const unsigned int &j) | 
|  | 
|  | 
| template<typename charT > | 
| std::basic_ostream< charT > & | operator<< (std::basic_ostream< charT > &os, const BrailleChar &bc) | 
|  | 
Definition at line 317 of file Braille.hpp.
 
◆ getChar()
  
  | 
        
          | wchar_t lvr2::BrailleChar::getChar | ( |  | ) |  |  | inline | 
 
 
◆ operator<<
template<typename charT > 
  
  | 
        
          | std::basic_ostream< charT>& operator<< | ( | std::basic_ostream< charT > & | os, |  
          |  |  | const BrailleChar & | bc |  
          |  | ) |  |  |  | friend | 
 
 
The documentation for this struct was generated from the following file: