INET Framework for OMNeT++/OMNEST
ObjectPrinter.cc File Reference
#include "ObjectPrinter.h"
#include "MatchableField.h"
#include "MatchableObject.h"

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Macros

#define MAXIMUM_OBJECT_PRINTER_LEVEL   20
 
#define QUOTE(txt)   (needsQuotes(txt) ? quoteString(txt).c_str() : (txt))
 

Macro Definition Documentation

◆ MAXIMUM_OBJECT_PRINTER_LEVEL

#define MAXIMUM_OBJECT_PRINTER_LEVEL   20

◆ QUOTE

#define QUOTE (   txt)    (needsQuotes(txt) ? quoteString(txt).c_str() : (txt))