38 bool load(
const std::string& filepath);
46 bool check(
const std::string& program,
const std::string& version);
62 std::string m_license_filepath;
LicenseChecker()=default
기본 생성자
bool check(const std::string &program, const std::string &version)
로드된 라이선스 정보를 기반으로 프로그램/버전 검증을 수행합니다.
Definition license_checker.cpp:21
const auto & getLicenseFilepath() const
현재 사용된 라이선스 파일 경로를 반환합니다.
Definition license_checker.hpp:58
bool load(const std::string &filepath)
라이선스 파일을 로드합니다.
Definition license_checker.cpp:9
~LicenseChecker()=default
소멸자
const auto & getLicenseInfo() const
현재 로드된 라이선스 정보를 반환합니다.
Definition license_checker.hpp:52
라이선스 관련 공통 정의를 포함하는 파일입니다.
라이선스 정보 구조체 및 관련 유틸리티 함수 정의 파일입니다.
라이선스 키 복호화 및 서명 검증 관련 유틸리티를 정의한 파일입니다.
라이센스 정보
Definition license_info.hpp:21