Help for this page

Select Code to Download


  1. or download this
    void CLASS1::Function0 (void){
    }
    ...
    }
    const CLASS2::Type<Type2>* CLASS1::Function5 (void){
    }
    
  2. or download this
    const std::string Class1::Member1 = "";
    foo = Class2::function(FOO,BAA);
    
  3. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    std::vector<std::string>& CLASS1::Function4 (void){
        foo = Class2::function(FOO,BAA);
    }