Скачиваний:
11
Добавлен:
01.05.2014
Размер:
483 б
Скачать
#include "ErrorGet.h"

ArSetErrorGet::ArSetErrorGet():ArSetError()
{
	Index=0;
	Size=0;
}

ArSetErrorGet::ArSetErrorGet(std::string _methodName,int _Index,int _Size)
:ArSetError(_methodName)
{
	Index=_Index;
	Size=_Size;
}

int ArSetErrorGet::getSize() const
{
	return Size;
}
void ArSetErrorGet::setIndex(int _index)
{
	Index=_index;
}

int ArSetErrorGet::getIndex() const
{
	return Index;
}

void ArSetErrorGet::setSize(int _Size)
{
	Size=_Size;
}
Соседние файлы в папке templ