![]() |
NDEVR
API Documentation
|
Provides the DLL export/import macro for the Factory module. More...
Go to the source code of this file.
Provides the DLL export/import macro for the Factory module.
Copyright (c) 2019, NDEVR LLC tyler.nosp@m..par.nosp@m.ke@nd.nosp@m.evr..nosp@m.org
| \ | | | __ \ | |\ \ / / | __ \ | \ | | | | \ \ | | \ \ / / | |__) | | . | | | |__/ / | |___ \ V / | _ / | |\ |_|_____/__|_____|____/____| | \ \ |__| __________________________________| __\
Subject to the terms of the Enterprise+ Agreement, NDEVR hereby grants Licensee a limited, non-exclusive, non-transferable, royalty-free license (without the right to sublicense) to use the API solely for the purpose of Licensee's internal development efforts to develop applications for which the API was provided.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE 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.
Library: Factory File: FactoryDefs Included in API: True
Defines the FACTORY_DLL symbol used to decorate public API classes and functions in the Factory library. When building the DLL, FACTORY_BUILD_DLL_EXPORT should be defined by the project so that symbols are exported. Consumers of the DLL import them automatically.
FACTORY_DLL resolves to an empty token on all platforms. This may be intentional for header-only or statically-linked usage, but should be revisited if the Factory module is built as a standalone shared library. Definition in file FactoryDefs.h.