mouEsam / service_locator

An implementation of a service locator in C++ using a map and abusing templates for code generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

service_locator

An implementation of a service locator in C++ using a map and abusing templates for code generation.

About

An implementation of a service locator in C++ using a map and abusing templates for code generation.

License:MIT License


Languages

Language:C++ 98.1%Language:CMake 1.9%