#include <avbts_osnet.hpp>
factory_name_t class Provides a generic class to be used as a key to create factory maps.
factory_name_t::factory_name_t |
( |
const char * |
name_a | ) |
|
|
inline |
Assign a name to the factory_name
- Parameters
-
name_a | [in] Name to be assigned to the object |
Operator '<' overloading method Compares cmp to the factory name.
- Parameters
-
- Returns
- TRUE if the factory_name is to be found less than cmp, FALSE otherwise
Operator '==' overloading method Compares cmp to the factory name.
- Parameters
-
- Returns
- TRUE if they are equal, FALSE otherwise
Operator '>' overloading method Compares cmp to the factory name.
- Parameters
-
- Returns
- TRUE if the factory_name is to be found greater than cmp, FALSE otherwise
The documentation for this class was generated from the following file: