|
lbp_include.h
Go to the documentation of this file.
133 generate additional bindings for you plug-in. You will need SWIG version 1.3.36 installed on your system; see http://www.swig.org.
134 Use <tt>make luabindings-clean</tt> and <tt>make luabindings-prepare</tt> to re-build the wrapper code.
135 This stage is also processed by the configuration procedure, e.g. <tt>make dist-clean</tt> and <tt>make configure</tt>.
137 <tt>libluafaudes.a</tt>. The plug-in includes the lua sources, no additional software requirements
138 are imposed. This stage is processed by the std build procedure, eg <tt>make clean</tt> and <tt>make</tt>.
164Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
166The above copyright notice and this permission notice shall be included in all copies or substantial portions ofthe Software.
168THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
254extern FAUDES_API void faudes_dict_insert_topic(const std::string& topic, const std::string& text);
255extern FAUDES_API void faudes_dict_insert_entry(const std::string& topic, const std::string& key, const std::string& entry);
Definition cfl_agenerator.h:43 FAUDES_API void faudes_mute(bool on) FAUDES_API void faudes_debug(const std::string &message) void faudes_dict_insert_topic(const std::string &topic, const std::string &text) Definition swg_utils.cpp:57 void faudes_dict_insert_entry(const std::string &topic, const std::string &key, const std::string &entry) Definition swg_utils.cpp:62 FAUDES_API void faudes_console(const std::string &message) void faudes_throw_exception(const std::string &msg) Definition swg_utils.cpp:30 libFAUDES 2.33k --- 2025.09.16 --- c++ api documentaion by doxygen |