src/core/uinteger.h
changeset 2928 554e10cdc747
parent 2599 fcc1728eb669
child 2965 4b28e9740e3b
equal deleted inserted replaced
2927:73b47ce1d805 2928:554e10cdc747
    26 
    26 
    27 namespace ns3 {
    27 namespace ns3 {
    28 
    28 
    29 /**
    29 /**
    30  * \brief Hold an unsigned integer type
    30  * \brief Hold an unsigned integer type
       
    31  *
       
    32  * \anchor uint8_t
       
    33  * \anchor uint16_t
       
    34  * \anchor uint32_t
       
    35  * \anchor uint64_t
    31  *
    36  *
    32  * This class can be used to hold variables of unsigned integer
    37  * This class can be used to hold variables of unsigned integer
    33  * type such as uint8_t, uint16_t, uint32_t, uint64_t, or,
    38  * type such as uint8_t, uint16_t, uint32_t, uint64_t, or,
    34  * unsigned int, etc.
    39  * unsigned int, etc.
    35  */
    40  */