Guitar
Public Member Functions | List of all members
QBA Class Reference

#include <helper.h>

Inheritance diagram for QBA:
Inheritance graph
[legend]
Collaboration diagram for QBA:
Collaboration graph
[legend]

Public Member Functions

 QBA ()=default
 
 QBA (QByteArray const &ba)
 
 QBA (char const *p, int n=-1)
 
 QBA (int n, char c)
 
 QBA (std::string const &s)
 
 QBA (std::string_view const &s)
 
 QBA (std::vector< char > const &s)
 
std::vector< char > vc () const
 
std::string_view sv () const
 
 operator std::string_view () const
 

Constructor & Destructor Documentation

◆ QBA() [1/7]

QBA::QBA ( )
default

◆ QBA() [2/7]

QBA::QBA ( QByteArray const &  ba)
inline

◆ QBA() [3/7]

QBA::QBA ( char const *  p,
int  n = -1 
)
inline

◆ QBA() [4/7]

QBA::QBA ( int  n,
char  c 
)
inline

◆ QBA() [5/7]

QBA::QBA ( std::string const &  s)
inline

◆ QBA() [6/7]

QBA::QBA ( std::string_view const &  s)
inline

◆ QBA() [7/7]

QBA::QBA ( std::vector< char > const &  s)
inline

Member Function Documentation

◆ operator std::string_view()

QBA::operator std::string_view ( ) const
inline
Here is the call graph for this function:

◆ sv()

std::string_view QBA::sv ( ) const
inline

◆ vc()

std::vector<char> QBA::vc ( ) const
inline

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