diff --git a/src/cxxTemplates/README b/src/cxxTemplates/README index 92fa6187f..4018aeb1b 100644 --- a/src/cxxTemplates/README +++ b/src/cxxTemplates/README @@ -1,5 +1,8 @@ -C++ templates +C++ templates: +tsSLList.h - type safe single linked list template +tsDLList.h - type safe double linked list template +resourceLib.h - hash table template the test subdir contains examples diff --git a/src/libCom/cxxTemplates/README b/src/libCom/cxxTemplates/README index 92fa6187f..4018aeb1b 100644 --- a/src/libCom/cxxTemplates/README +++ b/src/libCom/cxxTemplates/README @@ -1,5 +1,8 @@ -C++ templates +C++ templates: +tsSLList.h - type safe single linked list template +tsDLList.h - type safe double linked list template +resourceLib.h - hash table template the test subdir contains examples