summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 23:25:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 23:25:56 +0200
commit8a2cab809aaa0b0eb8ec65082344468d1deac1ca (patch)
treebcc304674d1e2b0a970883206a75175e1ebf6430 /docs
parent6586912d3a24e3f7a361c65f56f530b2241f5029 (diff)
downloadcrawler-8a2cab809aaa0b0eb8ec65082344468d1deac1ca.tar.gz
crawler-8a2cab809aaa0b0eb8ec65082344468d1deac1ca.tar.bz2
started modularization of URL filters
better registry function for loading the module (base class as signature) started to support variable arguments for registry create/constructor (work in progress) playing with some Alexandrescu idions :-)
Diffstat (limited to 'docs')
-rw-r--r--docs/LINKS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/LINKS b/docs/LINKS
index 273f23d..7a48586 100644
--- a/docs/LINKS
+++ b/docs/LINKS
@@ -42,3 +42,13 @@ http://www.isotton.com/devel/docs/C++-dlopen-mini-HOWTO/C++-dlopen-mini-HOWTO.ht
http://www.linuxjournal.com/article/3687?page=0,1
http://www.artima.com/cppsource/subscription_problem.html
http://kristiannielsen.livejournal.com/11783.html
+
+Meta Programming in C++
+
+Model C++ Design (Alexandrescu)
+The Loki Template library
+http://www.codeproject.com/Articles/5629/Tiny-Template-Library-implementing-typelist
+http://www.drdobbs.com/cpp/extracting-function-parameter-and-return/240000586?pgno=2
+http://sourceforge.net/projects/toast/: portable type_info.name()
+http://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_demangling.html
+?? name of module or typeid of derived class in module?