Translation.h File Reference

#include <string>
#include <list>
#include <iostream>
#include "Utils.h"

Include dependency graph for Translation.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StringBuffer
class  Translation
class  Ast2Cpp
class  Ast2Php

Functions

std::ostream & operator<< (std::ostream &, const StringBuffer &)


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const StringBuffer  
)

Definition at line 110 of file Translation.cpp.

References StringBuffer::buffer.

00110                                                                   {
00111     stream << b.buffer << std::endl;
00112     return stream;
00113 }


Generated on Wed Feb 27 20:31:26 2008 for php.ast.svn.src. by  doxygen 1.5.3