Skip to content
/ aop Public
forked from luckykelfor/aop

A lightweight AOP framework in C++

Notifications You must be signed in to change notification settings

zekexiao/aop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a light-weight AOP(Aspect Oriented Programming) framework. It supports multiple aspects' static weaving. Template meta programming techniques are used.

USAGE:

  1. First declare your own aspect, and it must be derived from aop::BaseAspect. You should implement your own Before() and After() advices.

  2. See usages in main(). It should be simple.

About

A lightweight AOP framework in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%