sc_string.cpp File Reference

#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include "sysc/utils/sc_iostream.h"
#include "sysc/utils/sc_string.h"
#include "sysc/utils/sc_utils_ids.h"

Include dependency graph for sc_string.cpp:

Go to the source code of this file.

Namespaces

namespace  sc_dt

Classes

class  sc_dt::sc_string_rep

Defines

#define DEFINE_RELOP(op)

Functions

int sc_dt::sc_roundup (int n, int m)
const std::string sc_dt::to_string (sc_numrep numrep)
sc_string_old sc_dt::operator+ (const char *s, const sc_string_old &t)
::std::istream & sc_dt::operator>> (::std::istream &is, sc_string_old &s)


Define Documentation

#define DEFINE_RELOP ( op   ) 

Value:

bool sc_string_old::operator op( const char* s ) const \
{                       \
    return strcmp( rep->str, s ) op 0;      \
}                       \
bool sc_string_old::operator op( const sc_string_old& s ) const \
{                       \
    return strcmp( rep->str, s.rep->str ) op 0; \
}

Definition at line 383 of file sc_string.cpp.


Generated on Wed Jan 21 15:32:11 2009 for SystemC by  doxygen 1.5.5