MCPcopy Create free account
hub / github.com/WheretIB/nullc / SourceLine

Class SourceLine

NULLC/InstructionSet.h:464–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462class SourceInfo
463{
464 struct SourceLine
465 {
466 SourceLine(){}
467 SourceLine(unsigned int position, const char *pos)
468 {
469 byteCodePos = position;
470 sourcePos = pos;
471 }
472
473 unsigned int byteCodePos; // ������� � ��������, � ������� ��������� ������
474 const char *sourcePos;
475 };
476public:
477 SourceInfo()
478 {

Callers 1

AddDescriptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected