nanoalarm:C++ 的简单 RAII 警报

时间:2024-06-24 15:11:23
【文件属性】:

文件名称:nanoalarm:C++ 的简单 RAII 警报

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-24 15:11:23

C++

纳米警报 C++ 的简单 RAII 警报 概要 int main() { nanoalarm::Alarm a(1); pause(); ok(1, "passed"); done_testing(); } 执照 The MIT License (MIT) Copyright (C) 2015 Tokuhiro Matsuno, http://64p.org/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software withou


【文件预览】:
nanoalarm-master
----.gitignore(106B)
----extlib()
--------nanotap()
----t()
--------01_simple.cc(154B)
--------01_simple.t(27B)
----.travis.yml(111B)
----TODO(101B)
----.gitmodules(98B)
----nanoalarm.h(2KB)
----README.md(1KB)
----Makefile.PL(169B)
----CMakeLists.txt(278B)

网友评论