v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SimpleListPrinter Class Reference

#include <string-stream.h>

Public Member Functions

 SimpleListPrinter (StringStream *stream, char separator= ',')
 
void Add (const char *str)
 

Detailed Description

Definition at line 197 of file string-stream.h.

Constructor & Destructor Documentation

SimpleListPrinter ( StringStream stream,
char  separator = ',' 
)
inlineexplicit

Definition at line 199 of file string-stream.h.

Member Function Documentation

void Add ( const char *  str)
inline

Definition at line 205 of file string-stream.h.

References StringStream::Add(), and StringStream::Put().

Referenced by ToBooleanStub::Types::Print().


The documentation for this class was generated from the following file: