|
NeKernel dev
|
SourceLocation class for Kernel Test Framework. More...
#include <SourceLocation.h>
Public Member Functions | |
| KTSourceLocation ()=delete | |
| ~KTSourceLocation () override=default | |
| LIBSYS_COPY_DELETE (KTSourceLocation) | |
| KTSourceLocation (const Char *, const SInt32=0UL) | |
| CF::CFString & | File () |
| SInt32 | Line () |
| CF::CFString | operator() () |
Private Attributes | |
| CF::CFString | mFile {4096} |
| SInt32 | mLine {0U} |
SourceLocation class for Kernel Test Framework.
================================================================================
|
overridedefault |
|
inline |
|
delete |
| CF_OBJECT::KTSourceLocation | ( | const Char * | , |
| const SInt32 | = 0UL ) |
| CF_OBJECT::LIBSYS_COPY_DELETE | ( | KTSourceLocation | ) |
|
inline |
| CF::CFString CF_OBJECT::operator() | ( | ) |
|
private |
|
private |