Public Member Functions | |
| BaseConstructor (int=0) | |
| C++ structs can have constructors. | |
BaseConstructor is used to overload the constructor for the base class portion of letter objects. It avoids infinite recursion (Coplien p.139) in the letter-envelope idiom by preventing the letter from instantiating another envelope. Putting this struct here avoids circular dependencies.
1.5.1