Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Coding Standard

Note:
: This is work in progress.

Files

   in ippdme/ippFoo.h
     class ippFoo { 
     public :
       ippFoo();
     }

   in ippFoo.cpp
     #include "stdafx.h"
     #include "ippdme/ippFoo.h"
  

const

code documentation

braces

polymorphic object

   ippCommandPtr pCommand = get_some_command();
   ippGotoCommandPtr pGotoCommand = static_cast<ippGotoCommand*>(pCommand.get());

Generated on Wed Nov 8 00:21:26 2006 for IPPDME by  doxygen 1.4.1