boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Class doxytest_class

boost::doxytest::doxytest_class — brief description for doxytest_class

Synopsis

#include <boost/boost_1_32_0/libs/stacktrack/doc/doxytest.hpp>

using namespace boost::doxytest;

class doxytest_class {
public:
  // construct/copy/destruct
  doxytest_class();
  ~doxytest_class();

  // public member functions
  std::string doxy_member_func(int, std::string) ;
  std::string doxy_member_func_noargdocs(int, std::string) ;
};

Description

extended description for doxytest_class

doxytest_class construct/copy/destruct

  1. doxytest_class();
  2. ~doxytest_class();

doxytest_class public member functions

  1. std::string doxy_member_func(int dox_count, std::string dox_strarg) ;

    this is the extended description for the test of doxy_member_func( int dox_count, std::string dox_strarg ); in boost::doxytest::doxytest_class

    Parameters

    dox_count

    an int named dox_count

    dox_strarg

    an std::string named dox_strarg

    Returns: An std::string for doxy_member_func rv

  2. std::string doxy_member_func_noargdocs(int p1, std::string p2) ;
Copyright © 2005 James Fowler

PrevUpHomeNext