Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

StringMsg.cpp

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2004 Ivo Danihelka (ivo@danihelka.net)
00003  *
00004  * This program is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License as published by
00006  * the Free Software Foundation; either version 2 of the License, or
00007  * (at your option) any later version.
00008  */
00009 #include "StringMsg.h"
00010 
00011 //-----------------------------------------------------------------
00012 std::string
00013 StringMsg::toString() const
00014 {
00015     std::string result = m_listenerName;
00016     result.append("->" + m_name);
00017     result.append("(\"" + m_value + "\")");
00018     return result;
00019 }

Generated on Wed Jun 1 09:54:31 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2