Home

hersto:  Library/Follower_Trait.cpp

Source of Library/Follower_Trait.cpp:

Here is a link for right-clicking and downloading the file: Library/Follower_Trait.cpp (668 Byte),

and below is its content to view online.



/*
 Follower_Trait.h
 
 A trait class for specifying how to perform
 operations on the data type used by the CTDamper
 and CTChaser template classes.

 Author:
     Herbert Stocker

 HomePage:
     http://www.hersto.net/Followers
     (various resources there)

 License:
     You may use this file in any project and
     modify it as long as you keep this comment
     block unchanged.

 Accompanying Files:
     Follower_Trait.h
     Follower_Trait_impl.h

 Documentation:
     See http://www.hersto.net/Followers
     and the comments below.

 */



#include "Follower_Trait.h"

// empty file, as this is a pure template class.

__.-.__
end of document