#include "EDoc/DictionarySpecific.h"
#include "EDoc/FunctionLoc.h"
#include "EDoc/FunctionTypeLoc.h"
#include "EDoc/TryBlock.h"
#include "EDoc/Exception.h"
#include <string>
#include <ostream>
#include <list>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
Data Structures | |
class | EDoc::CodeBlock |
Represents a block of code that may call functions, throw exceptions or contain try/catch blocks. More... | |
Typedefs | |
typedef CodeBlock * | EDoc::CodeBlockPtr |
typedef std::list< CodeBlock * > | EDoc::CodeBlockPList |