XmlReader
header_file.h
Note that all standard LEMON headers are located in the lemon
subdirectory, so you should include them from C++ source like this:
#include <lemon/header_file.h>
The source code files use the same style and they have '.cc' extension.
source_code.cc
AllWordsCapitalizedWithoutUnderscores
firstWordLowerCaseRestCapitalizedWithoutUnderscores
ALL_UPPER_CASE_WITH_UNDERSCORES
all_lower_case_with_underscores
ClassNameEndsWithException
or
ClassNameEndsWithError
/* -*- C++ -*- * * This file is a part of LEMON, a generic C++ optimization library * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted * provided that this copyright notice appears in all copies. For * precise terms see the accompanying LICENSE file. * * This software is provided "AS IS" with no warranty of any kind, * express or implied, and with no claim as to its suitability for any * purpose. * */ #ifndef LEMON_TEMPLATE_H #define LEMON_TEMPLATE_H #endif // LEMON_TEMPLATE_H