SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_string.h File Reference

Implementation of a simple string class. More...

#include "sysc/utils/sc_report.h"
#include <iostream>
Include dependency graph for sc_string.h:

Go to the source code of this file.

Classes

class  sc_dt::sc_string_old
 

Namespaces

 sc_dt
 

Functions

sc_string_old sc_dt::operator+ (const char *s, const sc_string_old &t)
 
inline ::std::ostream & sc_dt::operator<< (::std::ostream &os, const sc_string_old &a)
 

Detailed Description

Implementation of a simple string class.

Original Author: Stan Y. Liao, Synopsys, Inc.

CHANGE LOG AT END OF FILE

Definition in file sc_string.h.