src/core/integer.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 a signed integer type
    30  * \brief Hold a signed integer type
       
    31  *
       
    32  * \anchor int8_t
       
    33  * \anchor int16_t
       
    34  * \anchor int32_t
       
    35  * \anchor int64_t
    31  *
    36  *
    32  * This class can be used to hold variables of signed integer
    37  * This class can be used to hold variables of signed integer
    33  * type such as int8_t, int16_t, int32_t, int64_t, or,
    38  * type such as int8_t, int16_t, int32_t, int64_t, or,
    34  * int, etc.
    39  * int, etc.
    35  */
    40  */