stec-platform
CStrLog Class Reference

The CStrLog class string utility This is a simple string utility for use with QWatch.. It was first used to debug clex plugin for any figure 8 operations. once Clar and CLex goes away this will too leave as it will become superfluous. More...

#include <cstrlog.h>

Collaboration diagram for CStrLog:

Public Member Functions

 CStrLog (QString logname="", QVariant Seperator=QVariant(" "))
 CStrLog. More...
 
 CStrLog (const CStrLog &instance)
 CStrLog. More...
 
CStrLogoperator<< (QVariant v)
 operator << More...
 
CStrLogsetFileLine (QVariant cfile, QVariant cfileline)
 setFileLine More...
 
QString toString (void)
 to string the entire atom
 
CStrLog operator>> (QString &i1)
 operator >> More...
 

Protected Attributes

QString acc
 
QString seperator = " "
 
QString fileName
 

Detailed Description

The CStrLog class string utility This is a simple string utility for use with QWatch.. It was first used to debug clex plugin for any figure 8 operations. once Clar and CLex goes away this will too leave as it will become superfluous.

Constructor & Destructor Documentation

◆ CStrLog() [1/2]

CStrLog::CStrLog ( QString  logname = "",
QVariant  Seperator = QVariant(" ") 
)

CStrLog.

Parameters
lognamelog file name
Seperatorseparator

◆ CStrLog() [2/2]

CStrLog::CStrLog ( const CStrLog instance)

CStrLog.

Parameters
instance

Member Function Documentation

◆ operator<<()

CStrLog & CStrLog::operator<< ( QVariant  v)

operator <<

Parameters
v
Returns

◆ operator>>()

CStrLog CStrLog::operator>> ( QString &  i1)
inline

operator >>

Parameters
i1
Returns

◆ setFileLine()

CStrLog & CStrLog::setFileLine ( QVariant  cfile,
QVariant  cfileline 
)

setFileLine

Parameters
cfile
cfileline
Returns

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