gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
factory_name_t Class Reference

#include <avbts_osnet.hpp>

Collaboration diagram for factory_name_t:
Collaboration graph

Public Member Functions

 factory_name_t (const char *name_a)
 
bool operator== (const factory_name_t &cmp)
 Operator '==' overloading method Compares cmp to the factory name. More...
 
bool operator< (const factory_name_t &cmp) const
 Operator '<' overloading method Compares cmp to the factory name. More...
 
bool operator> (const factory_name_t &cmp) const
 Operator '>' overloading method Compares cmp to the factory name. More...
 

Detailed Description

factory_name_t class Provides a generic class to be used as a key to create factory maps.

Constructor & Destructor Documentation

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

Member Function Documentation

bool factory_name_t::operator< ( const factory_name_t cmp) const
inline

Operator '<' overloading method Compares cmp to the factory name.

Parameters
cmpString to be compared
Returns
TRUE if the factory_name is to be found less than cmp, FALSE otherwise
bool factory_name_t::operator== ( const factory_name_t cmp)
inline

Operator '==' overloading method Compares cmp to the factory name.

Parameters
cmpString to be compared
Returns
TRUE if they are equal, FALSE otherwise
bool factory_name_t::operator> ( const factory_name_t cmp) const
inline

Operator '>' overloading method Compares cmp to the factory name.

Parameters
cmpString to be compared
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: