11 template <
typename K,
typename V>
class tbicontainable;
12 typedef tbicontainable<std::string, node> bicontainable;
13 template <
typename T,
typename WRP>
class tnarr;
14 typedef tnarr<src, strTactic> srcs;
Error reporting and collection system.
Definition: errReport.hpp:14
Managed object in byeol programming environment.
Definition: obj.hpp:19
Interface for pack creation and verification.
Definition: packMakable.hpp:20
Template bidirectional container interface.
Definition: tbicontainable.hpp:17
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13